Jenkins Parallel Trigger and Wait
问题 I have 4 jobs which needs to be executed in the following sequence JOB A |------> JOB B |------> JOB C |------> JOB D In the above A should trigger B & C parallely and C inturn triggers D. A should hold the job as running till all 3 of them completed. I tried the following plugins and couldn't achieve what I am looking for Join Plugin Multijob Plugin Multi-Configuration Project Paramterized Trigger Plugin Is there any plugin which I haven't tried would help me in resolving this. Or is this