Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
None
Description
The following Pipeline
#!groovy def ant(stage){ sh "/usr/bin/ant $stage" } node { stage('Checkout') { checkout scm } stage('Build') { echo 'Something' } }
Renders without stages
Attachments
Issue Links
- is blocked by
-
JENKINS-39555 Stage view is empty
-
- Closed
-
- links to
noodlesnz thats great news. What version of Jenkins were you running prior?