-
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 ] |
I have attached a HAR file from that page load. I'm seeing a few 500 errors, but looks to be from the favourites api, not sure if it has any effect on the pipeline graph.