-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins core: 2.19.1
Pipeline API Plugin: 2.5
Pipeline Step API Plugin: 2.3
Pipeline Milestone Step Plugin: 1.1
Issue: When using a submitter on input with milestones, older builds are not aborted.
Pipeline example that works:
milestone 1 stage 'Stage 1' input id: 'Stage1', message: 'Go to stage 2?' stage 'Stage 2' milestone 2 input id: 'Prod', message: 'Prod?'
Pipeline that doesn't work
milestone 1 stage 'Stage 1' input id: 'Stage1', message: 'Go to stage 2?', submitter: 'A.D. GROUP HERE or ID' stage 'Stage 2' milestone 2 input id: 'Prod', message: 'Prod?', submitter: 'A.D. GROUP HERE or ID'
Attaching console logs as that is all I have access to right now.