A new multijob plugin was created by Tikal ALM team. Using this job you can add full hierarchy of Jenkins jobs that will be executed in sequence or in parallel.
When a Multijob build is aborted, its phase jobs which are not yet running, but queued (waiting for next free executor, for example) stay in the queue. I would expect them to be unqueued, since already running phase jobs are aborted, too.
This is https://issues.jenkins-ci.org/browse/JENKINS-43363.
When a Multijob build is aborted, its phase jobs which are not yet running, but queued (waiting for next free executor, for example) stay in the queue. I would expect them to be unqueued, since already running phase jobs are aborted, too.