-
Bug
-
Resolution: Unresolved
-
Major
-
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.
- duplicates
-
JENKINS-58427 Warnings from parallel build stages are always aggregated
- Closed
- is duplicated by
-
JENKINS-73105 Log from parallel stages is not analyzed separately
- Closed
- relates to
-
JENKINS-44450 Block scoped usage
- Open