-
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