Jenkins: aborting the execution of jobs in a multijob

Viewed 1518

I am using Jenkins. There is a multijob that calls some jobs. I can stop the execution of this multijob (both manually and by timeout, using Build-timeout plugin). Nevertheless, the jobs running by the current multijob, don’t cease its execution even in case of interruption of the multijob. Is there a way to make it so, that upon the forced shutdown of multijob, those jobs that were initiated would also cease working?

Thanks for the assistance.

1 Answers
Related