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

Stage view renders incorrectly with stages appearing multiple times.

XMLWordPrintable

      Attached is a screenshot of the stage view rendering weird. Sometimes refreshing the page helps (but not always!).

      Our jenkinsfile essentially looks like this:

      #!groovy
      
      node('linux') {
          stage("Checkout") {
              commitTag = checkout...
          }
      
          stage("Build") {
              parallel (
                  // ....
              )
          }
      }
      
      stage("Docker") {
          node('docker') {
              // ....
          }
      }
      
      stage("Tests") {
          parallel (
              // ....
          )
      }
      
      

      Javascript console shows this log:

      stageview.js:4557 No "data-stageId" on stage.
      stageview.js:4557 No "data-stageId" on stage.
      

      but this doesn't seem to be related to the issue.

        1. ajax.json
          40 kB
          David van Laatum
        2. jenkins_weird_stage_rendering_2.png
          106 kB
          Nick Sonneveld
        3. jenkins_weird_stage_rendering.png
          100 kB
          Nick Sonneveld
        4. screenshot-1.png
          42 kB
          David van Laatum
        5. Screen Shot 2016-12-02 at 5.59.45 PM.png
          297 kB
          Nick Sonneveld

            svanoort Sam Van Oort
            sonneveldsmartward Nick Sonneveld
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: