-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins ver. 2.19.1
BlueOcean beta io.jenkins.blueocean:blueocean:1.0.0-b10
jdk1.8.0_102
apache-tomcat-8.5.5
CentOS Linux release 7.2.1511
Jenkins is installed as only 1 master node, no slaves.
When a pipeline gets to an "input" step, the blue pipeline UI doesn't give any apparent way to approve the input, and so the pipeline just hangs.
Also, when input is the first thing to happen in a pipeline, the UI appears that it hasn't loaded anything and is just waiting.
Example pipeline snippets:
stage ('s1') { echo 'this is stage 1' } stage ('s2') { echo 'this is stage 2' input id: 'Approve', message: 'Approve', ok: 'Yes' } stage ('s3') { echo 'this is stage 3' }
- duplicates
-
JENKINS-38494 User can see the input form on an input step (UI)
- Resolved