-
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
-
[JENKINS-39096] duplicate display of "Label This Build"
Link |
New:
This issue is related to |
Description |
Original:
I experiencing the same problem regarding double (or even multiple) display of "Label This Build" as it is described inside 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? |
New:
I experiencing the same problem regarding double (or even multiple) display of "Label This Build" as it is described inside 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? |
Attachment | New: Capture.PNG [ 41046 ] |
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