I want to set up a git "promotion" that runs on a "dev" branch and promotes it from dev to master after a set of test jobs succeed.
So I would have 10 test jobs all run on the same git revision and when ALL of them pass, I want the Promote job to promote the revision to Master and push to origin. I see that if I have a job trigger another job, the git revision automatically gets passed on to the other job. This is great.... What I don't understand is 1) how to have all the git test jobs launch simultaneously on the same revision (maybe set up another job that polls and launches the 10 test jobs?) 2) how to make the promotion job execute on successful complete of ALL upstream test jobs and make sure it is running on the same revision as those test jobs Thanks for any thoughts! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.