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?

On Monday, September 21, 2015 at 10:46:37 PM UTC-7, Anshu Arya wrote:
>
> 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?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/afe922af-185b-472e-99cf-7613e1a8f177%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to