- 
    
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