-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Critical
-
Component/s: build-flow-plugin
-
None
-
Environment:build flow 0.18
LTS jenkins 1.595 ?
If I as an example have a job like this
build("job1", param: "param")
If there is already a queue of job1 and I cancel the buildflow job, it will cancel the one at the head of the queue, not the one that the build flow put in the queue.