How do I make a Jenkins job start after multiple simultaneous upstream jobs succeed?

前端 未结 6 1135
天命终不由人
天命终不由人 2020-11-28 19:07

In order to get the fastest feedback possible, we occasionally want Jenkins jobs to run in Parallel. Jenkins has the ability to start multiple downstream jobs (or \'fork\' t

6条回答
  •  时光取名叫无心
    2020-11-28 19:43

    I believe the Workflow Plugin is now called the Pipeline Plugin and is the (current) preferred solution to the original question, inspired by the Build Flow Plugin. There is also a Getting Started Tutorial in GitHub.

提交回复
热议问题