简体   繁体   中英

JENKINS Builds run parallel and Sequential jobs

I have 12 different JOBS in which few of them can run in parallel , but few of them are dependent.

I am using MultiJob plugin and Phasing the jobs , but when one job fails the whole build is marked as failed and to resume i have to run all the steps all over again.

Is there any way to resume the builds from where it failed.

Thanks in advance.

this above plugin is deprecated. you need to use - https://wiki.jenkins.io/display/JENKINS/Pipeline+Plugin

Try this out https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin

You can control you job easily in this way. Just crate a controller build flow job, manage and arrange all the job sequence there, the link provided with useful sample and usage, hope this helps :D

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM