-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I am trying to use log parser plugin to section the console output parsing into different sections based on stages (Build package 1, Build package 2, etc). So I have a start search in the parse rules file for each stage start.
This works fine for linear stages, but if you run in parallel stages the output gets jumbled up. Since the parser only reads the console output for the whole pipeline, there is no clean way to segment the parse output into stage sections.
Is there an api call or function to parse log files for individual stages or steps? or a way to update the parser report for parallel stage build output?