-
Bug
-
Resolution: Unresolved
-
Major
-
None
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!' } }
[JENKINS-41015] Cannot abort input step anymore in Console Output
Attachment | New: console-output-network.png [ 39914 ] | |
Attachment | New: console-output.har [ 39915 ] |
Attachment | New: about.md [ 39916 ] |
Component/s | New: pipeline-input-step-plugin [ 21708 ] | |
Component/s | Original: pipeline [ 21692 ] |
Similar Behaviour observed but getting a 405 (not 404), see section Result > JS Debug Console
Environment
See attached about.md
Jenkinsfile
Result
Input options via Console Output does not work
JS Debug Console
JS Debug Network
Addtional notes