-
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
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.