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

Pipeline Stage View duplicates rows if displayName is changed

XMLWordPrintable

      The pipeline-stage-view-plugin displays multiple rows for the same build if the displayName is changed. A DSL script that demonstrates this is:

      stage 'pre-build'
        currentBuild.displayName="v-.-.-"
        sleep 5
      stage 'build'
        currentBuild.displayName="v1.0.1"
        sleep 5
      stage 'done'
      

            roidelapluie Julien Pivotto
            akrapfl Adam Krapfl
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: