-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 2.107.2, SLES 11.4
consider following pipeline:
pipeline { agent none stages { stage ("Input") { input { message 'Are you sure?' } agent any steps { sh 'sleep 10' } } } }
If you accept the red marked input step icon does not change in blue ocean: