Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Component/s: blueocean-plugin, pipeline-stage-view-plugin
-
Labels:None
-
Environment: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.
-
Similar Issues:
Description
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' }
Attachments
Issue Links
- duplicates
-
JENKINS-38494 User can see the input form on an input step (UI)
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | pipeline-stage-view-plugin [ 21139 ] |
Attachment | 2016-10-31 22_02_00-Action center.png [ 34656 ] |
Link | This issue relates to JENKINS-38490 [ JENKINS-38490 ] |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Link | This issue relates to JENKINS-38490 [ JENKINS-38490 ] |
Link | This issue duplicates JENKINS-38490 [ JENKINS-38490 ] |
Link | This issue duplicates JENKINS-38490 [ JENKINS-38490 ] |
Link |
This issue duplicates |