Pipeline graph not rendering for a simple Pipeline

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      The following Pipeline

      #!groovy
      def ant(stage){
        sh "/usr/bin/ant $stage"
      }
      
      node {
        stage('Checkout') {
          checkout scm
        }
          
        stage('Build') {
          echo 'Something'
        }
      }
      

      Renders without stages

            Assignee:
            Unassigned
            Reporter:
            James Dumay
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: