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

Parallel branch no longer prefixing log lines

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • workflow-cps-plugin
    • None

      The log produced by pipeline jobs is no longer prefixed with the name of the step that produces them.

      This makes analyzing logs from pipelines including parallel steps very hard.

       

      For example:

      The log before upgrading:

      [inmlcx] c:\python272_x64\python.exe -Wall ..\make.inc\compile.py -d V:\release\s3\12.23.000\04328\projmake.inc\inmlcx\ -f V:\release\s3\12.23.000\04328\projmake.inc\sphinxinjectiondirective.py >>>& V:\release\s3\12.23.000\04328\projmake.inc\inmlcx.err >>>& V:\release\s3\12.23.000\04328\.\inmlcx.err

      [inmlcs] V:\release\s3\12.23.000\04328\make.inc\inmlcs\S2_inmlcs.env\Scripts\python.exe -Wall -O ..\make.inc\compile.py -d V:\release\s3\12.23.000\04328\make.inc\inmlcs\ -f V:\release\s3\12.23.000\04328\make.inc\makezip.py >>>& V:\release\s3\12.23.000\04328\make.inc\inmlcs.err >>>& V:\release\s3\12.23.000\04328\.\inmlcs.err

      [rlg] gcc -iquote/v/release/s3/12.23.000/04328/servlang/ -iquote/v/release/s3/12.23.000/04328/servlang -
      [inmlcx] c:\python272_x64\python.exe -Wall -O ..\make.inc\compile.py -d V:\release\s3\12.23.000\04328\projmake.inc\inmlcx\ -f V:\release\s3\12.23.000\04328\projmake.inc\lintproj.py >>>& V:\release\s3\12.23.000\04328\projmake.inc\inmlcx.err >>>& V:\release\s3\12.23.000\04328\.\inmlcx.err

      Log After:

      c:\python272_x64\python.exe -Wall ..\make.inc\compile.py -d V:\release\s3\12.23.000\04328\projmake.inc\inmlcx\ -f V:\release\s3\12.23.000\04328\projmake.inc\sphinxinjectiondirective.py >>>& V:\release\s3\12.23.000\04328\projmake.inc\inmlcx.err >>>& V:\release\s3\12.23.000\04328\.\inmlcx.err

      V:\release\s3\12.23.000\04328\make.inc\inmlcs\S2_inmlcs.env\Scripts\python.exe -Wall -O ..\make.inc\compile.py -d V:\release\s3\12.23.000\04328\make.inc\inmlcs\ -f V:\release\s3\12.23.000\04328\make.inc\makezip.py >>>& V:\release\s3\12.23.000\04328\make.inc\inmlcs.err >>>& V:\release\s3\12.23.000\04328\.\inmlcs.err

      gcc -iquote/v/release/s3/12.23.000/04328/servlang/ -iquote/v/release/s3/12.23.000/04328/servlang -
      c:\python272_x64\python.exe -Wall -O ..\make.inc\compile.py -d V:\release\s3\12.23.000\04328\projmake.inc\inmlcx\ -f V:\release\s3\12.23.000\04328\projmake.inc\lintproj.py >>>& V:\release\s3\12.23.000\04328\projmake.inc\inmlcx.err >>>& V:\release\s3\12.23.000\04328\.\inmlcx.err

       

      Notice that the things in square brackets also [+_*bold-italics-underlined]*_+ are missing.

            Unassigned Unassigned
            royce_shen Royce Shen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: