Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-39599

Pipeline graph not rendering for a simple Pipeline

    XMLWordPrintable

Details

    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

          Activity

            jamesdumay James Dumay added a comment -

            noodlesnz thats great news. What version of Jenkins were you running prior?

            jamesdumay James Dumay added a comment - noodlesnz thats great news. What version of Jenkins were you running prior?

            I was running 2.29, I think 2.30 was released today

            noodlesnz Nick Le Mouton added a comment - I was running 2.29, I think 2.30 was released today
            jamesdumay James Dumay added a comment -

            Ill try with that exact version now.

            jamesdumay James Dumay added a comment - Ill try with that exact version now.
            jamesdumay James Dumay added a comment -

            Hmm, its weird that I can't even get 2.29 to work locally. When I install plugins, one or two fail to load and then the instance is busted.

            jamesdumay James Dumay added a comment - Hmm, its weird that I can't even get 2.29 to work locally. When I install plugins, one or two fail to load and then the instance is busted.
            jamesdumay James Dumay added a comment - - edited

            Looks like 2.29 had a major regression where stages wouldn't be displayed (JENKINS-39555) which has been fixed in 2.30.

            noodlesnz I highly recommend using the Jenkins LTS version as there is a lot of volatility with the weekly releases you are using.

            jamesdumay James Dumay added a comment - - edited Looks like 2.29 had a major regression where stages wouldn't be displayed ( JENKINS-39555 ) which has been fixed in 2.30. noodlesnz I highly recommend using the Jenkins LTS version as there is a lot of volatility with the weekly releases you are using.

            People

              Unassigned Unassigned
              jamesdumay James Dumay
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: