[workflow-plugin] Aborting doesn't stop downstream jobs

22 views
Skip to first unread message

Anshu Arya

unread,
Sep 22, 2015, 1:46:37 AM9/22/15
to Jenkins Users
I have a job that starts more downstream jobs in parallel.  Aborting the job does not abort the downstream jobs.  Is this by design, am I using it wrong, or is this a bug/feature?

Anshu Arya

unread,
Sep 28, 2015, 6:39:13 PM9/28/15
to Jenkins Users
Actually parallel has nothing to do with it.  If I have a job:

//Parent job

build job: 'test_job'


and another job:

//Downstream job 'test_job'
sleep
(3000)

When I Abort the parent job, the downstream job continues.  Is there anyway to ensure that downstream jobs are aborted if the parent job is aborted?
Reply all
Reply to author
Forward
0 new messages