promoted builds - Jenkins CI - Promote Corresponding Downstream Jobs -
i using promoted builds plugin promote jobs qa, test, production, etc. plugin great promoting single job. looking way promote parent job , have job promote rest of downstream jobs corresponding build.
here example. lets have 3 jobs triggered upstream job:
- job 1 - build 200 - parent job kicks off job 2 upon successful build
- job 2 - build 400 - job 2 kicks off job 3 upon successful build
- job 3 - build 300 - job 3 builds after job 2 successful
after done want able promote job 1 build 200 , have job promote job2 build 400 , job 3 build 300 since these artifacts built in downstream relationship.
this can done building jobs , automatically promoting them, not want build artifacts have been created.
any appreciated!
Comments
Post a Comment