I am interested in figuring out the best way to deploy a build from artifactory. Currently I am generating a lot of binaries and dumping them on a repository in artifactory.
i want to find a way through jenkins, which allows me to select the builds from build jobs that have uploaded the binaries to artifactory, and redeploy that.
I assumed that jenkins jobs that does artifact upload keeps track of a url to which it is uploading. And then other jobs can somehow make use of these urls/locations via a parameterized job to collect and deploy these builds.