When using parallel you might expect that the consolidated run output mentions the branch that each message comes from. This would require ParallelLabelAction to implement an API defining getBranchName so that copyLogs could prefix it, probably to each line:
[sometests] Running shell script [othertests] Running shell script [sometests] + mvn test [othertests] + mvn test ...
- depends on
-
JENKINS-28222 Thread labels in console output don't persist after a node block
- Resolved
- is duplicated by
-
JENKINS-27078 Need ability to isolate console output from threaded execution
- Resolved
- links to