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 i
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