-
Bug
-
Resolution: Duplicate
-
Critical
-
None
The following Pipeline
#!groovy def ant(stage){ sh "/usr/bin/ant $stage" } node { stage('Checkout') { checkout scm } stage('Build') { echo 'Something' } }
Renders without stages
- is blocked by
-
JENKINS-39555 Stage view is empty
-
- Closed
-
- links to
[JENKINS-39599] Pipeline graph not rendering for a simple Pipeline
Epic Link | New: JENKINS-35750 [ 171713 ] |
Rank | New: Ranked higher |
Description |
Original:
The following Pipeline {code} #!groovy def ant(stage){ sh "/usr/bin/ant $stage" } node { stage('Checkout') { checkout scm } stage('Build') { echo 'Something' } } {code} Renders without stages !CwukRlVUkAAxRWZ.jpg|thumbnail! |
New:
The following Pipeline {code} #!groovy def ant(stage){ sh "/usr/bin/ant $stage" } node { stage('Checkout') { checkout scm } stage('Build') { echo 'Something' } } {code} Renders without stages !CwukRlVUkAAxRWZ.jpg! |
Remote Link | New: This issue links to "Twitter (Web Link)" [ 15031 ] |
Attachment | New: jenkins.woolshed.com.har.zip [ 34770 ] |
Attachment | New: Screen Shot 2016-11-09 at 12.59.39 PM.png [ 34771 ] | |
Attachment | New: Screen Shot 2016-11-09 at 12.59.28 PM.png [ 34772 ] |
Link |
New:
This issue is blocked by |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |