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

Support scanning of console log with parallel steps

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • warnings-ng-plugin
    • None

      If a pipeline contains parallel stages, then the console log will contain an unordered mix of stdout of all parallel stages. This makes it impossible to decided which log message is from which parallel stage. Especially if the step is using make then the log will contain the information messages about the current directory in any order: so file names will be not resolved because of assigning the wrong path.

      Workaround so far: cat the console log of each step into a file and parse the file instead.

            drulli Ulli Hafner
            drulli Ulli Hafner
            Votes:
            13 Vote for this issue
            Watchers:
            15 Start watching this issue

              Created:
              Updated: