Cannot abort input step anymore in Console Output

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      With a recent upgrade of plugins I can no longer abort Pipelines waiting on an input step.

      See the attached screenshot, but basically hitting the Abort link hits a 404 endpoint.

      The screenshot was after a resumed Pipeline, but I can also reproduce this with a simple input step, e.g.:

      node {
        stage('Build') { sh 'echo "Hi"' }
        stage('Deploy') {
          input message: 'Deploy?', ok: 'Ship It!'
        }
      }
      

        1. about.md
          18 kB
        2. console-output.har
          448 kB
        3. console-output-network.png
          console-output-network.png
          185 kB
        4. Selection_043.png
          Selection_043.png
          56 kB

            Assignee:
            CloudBees Inc.
            Reporter:
            R. Tyler Croy
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: