-
Bug
-
Resolution: Fixed
-
Critical
-
Jenkins ver. 1.651.3 (also 2.7.4)
Pipeline: Basic Steps 2.1
Pipeline: Input Step 2.1
The example from https://jenkins.io/doc/pipeline/
timeout(time:5, unit:'DAYS') { input message:'Approve deployment?', submitter: 'it-ops' }
does not work.
I tested with a shorter timeout and as soon as i added an submitter the input stays for ever open. without submitter the input is correctly terminated.
- is blocking
-
JENKINS-37154 Attempting to abort an input step hangs waiting for metadata
-
- Resolved
-
- links to
[JENKINS-38380] timeout around input does not work with submitter
Issue Type | Original: Improvement [ 4 ] | New: Bug [ 1 ] |
Component/s | Original: workflow-basic-steps-plugin [ 21712 ] |
Link |
New:
This issue is blocking |
Labels | New: regression |
Priority | Original: Minor [ 4 ] | New: Critical [ 2 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Smells like a regression from the fix of
JENKINS-37154to me. canCancel() should have been true if running as SYSTEM; need to check it.