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

Cannot abort input step anymore in Console Output

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

            cloudbees CloudBees Inc.
            rtyler R. Tyler Croy
            Votes:
            3 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: