Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-39524

Milestone with input submitters

XMLWordPrintable

      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.

            amuniz Antonio Muñiz
            tbenson Taylor Benson
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: