-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I experiencing the same problem regarding double (or even multiple) display of "Label This Build" as it is described inside JENKINS-30425 (see p4plugin-changelog-missing-3.png).
Since this old issue has solved the other reported problem this new issue shall track the "Label This Build" problem.
Inside the the folder for that build /var/lib/jenkins/jobs/.../builds/2 I see two changelog files:
- changelog0.xml
- changelog1.xml
They are identical (verified using diff).
That might also be the reason why I also see duplicate change entries?
- is related to
-
JENKINS-30425 Change information unavailable when using workflow plugin
-
- Closed
-
Hi!
I had the same issue - when building in parallel (pipeline + parallel step), after sync via:
checkout $class: 'PerforceScm', ...
I'm getting duplicate set of changelists + duplicate display of 'label this build'.
Thank you,
Ilya