-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 2.107.2, SLES 11.4
Assuming following Pipeline:
pipeline {
agent none
stages {
stage ("Input") {
input {
message 'Are you sure?'
submitter 'not_me'
}
agent any
steps {
sh 'sleep 60'
}
}
}
}
if you press the butto to accept the input no message is shown in the stage view

and in log view too
Â

It is only shown from the executor menu item pause/resume or blue ocean.