How to promote a specific build number from another job in Jenkins?
I installed the Promoted Build Plugin from Jenkins and now I'm facing some troubles to promote a build from an existing job. Here is the scenario: There is an existing Nightly Build job that runs every night running all the tests and metrics needed; There is an existing Deploy Build that accepts a parameter ${BUILD_NUMBER} and deploys the build that has the corresponding ${BUILD_NUMBER} from the Nightly Build Say the [Nightly Build] ran and successfully built the artifact #39 Now I can just run the [Deploy Build] passing in #39 as a parameter The artifacts from [Nightly Build] #39 are going to