Running same job in parallel on master and slaves through jenkins

时间:2019-04-08 12:51:41

标签: jenkins-plugins

I want to run the same job (say job 'A') in parallel in all the machines in Jenkins (master and all the slaves). I wish that when job 'A' is triggered all the machines start executing job 'A' and I get consolidated results from all the machines.

please suggest is it possible to achieve through Jenkins? and how?

I have already tried Build Parameter Factory wherein I have put all machines under the same label. In this case, the job gets executed sequentially on machines and not parallel.

0 个答案:

没有答案