Reputation: 261
Suppose one has several Jenkins jobs (e.g., Job1, Job2, Job3) and the Promoted Builds plugin is installed.
Each job has a different latest build:
Job1 - #26
Job2 - #2
Job3 - #7
The Promoted Builds plugin lets one promote each of these builds - individually - to a specified environment.
However, what's the best way to set up a separate job that will sequentially promote the latest build from each job to a specified environment?
For example, suppose I want to sequentially promote the latest build from Job1, Job2, and Job3 to the QA environment. Is it possible to create Job4, which allows me to specify the environment and will promote the latest build to it from Jobs1-3?
Thanks for any help.
Upvotes: 2
Views: 192