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.