Is there a plugin in Jenkins that i can use in this scenario?
I'm testing a multijob which runs 2 child jobs. 1st child job saferestarts jenkins via some scripts. 2nd child job restarts any offline slaves after the jenkins restart.
Problem is how to continue running the 2nd child if the 1st child jobs restarts the whole jenkins including the multijob and also waits for the 2nd child job to finish but i want the 2nd child job to run inside the multijob but after the safe restart.
regards