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

Prepend thread name to output

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • pipeline

      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
      ...
      

            tfennelly Tom FENNELLY
            jglick Jesse Glick
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: