-
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
-
Thanks delias. There is actually a fair bit of work involved (which has started) to allow this in pipeline.
There isn't just one issue but you can track them here: https://issues.jenkins-ci.org/browse/JENKINS-38490
As there is more than just yes/no input, but values, and also parametrised jobs (kind of lumped them together as a similar problem, and both are popular).
Thanks for opening this, please do watch those other tickets and as things come out if you can test them that is great.