功能:Thisplugin allows a job to be run after all the immediate downstream jobs havecompleted. In this way, the execution can branch out andperform many steps in parallel, and then run a final aggregation step just onceafter all the parallel work is finished. (Jobs 按照既定的顺序执行)
下载位置:https://wiki.jenkins-ci.org/display/JENKINS/Join+Plugin
Configuration ofthe base job (test)
执行顺序
Test 执行
Test执行完毕
testDown 与testDown2并行执行
testDown执行完毕
testDown2执行完毕
testJoin开始执行
testJoin执行完毕
本文介绍了一种利用Jenkins的Join插件实现作业并行执行的方法。通过该插件,用户可以设置一个任务在其所有下游任务完成后才执行,从而实现作业流程的并行与聚合。文章详细解释了配置步骤及执行顺序。
715

被折叠的 条评论
为什么被折叠?



