jenkinsci / jenkins-multijob-plugin

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.
https://plugins.jenkins.io/jenkins-multijob-plugin/
MIT License
71 stars 132 forks source link

Aborting a MultiJob build keeps phase jobs queued #145

Open dhs-rec opened 6 years ago

dhs-rec commented 6 years ago

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.

tfiskgul commented 6 years ago

Hi, I also discovered this some time ago, and made a fix in a pull request for it. I didn't open an issue. The pull request is here: https://github.com/jenkinsci/tikal-multijob-plugin/pull/104