-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: workflow-job-plugin
-
None
Hi,
https://github.com/jenkinsci/workflow-job-plugin/pull/200 added the ability to abort previous running thanks to theÂ
`abortPrevious` option. However, sometimes you only want to abort queued builds which isn't a functionality exposed by the plugin.
It would be easy to add an `abortPreviousQueued` option with the same implementation as `abortPrevious` replacing the call to `isBuilding` by `hasntStartedYet` there.