-
Bug
-
Resolution: Fixed
-
Minor
-
None
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'
- duplicates
-
JENKINS-39455 Changing build name during run causes a second swim lane to get created
- Closed