Hi, all,
There are a few plugins to get console log files at the end of a pipeline job to parse (with patterns and so forth).
For pipeline jobs, is there a way to get console output at stage level? So that I can process it at end of the stage in a smaller scope.
Looks like internally, each command in stage will generate a separate log file. If I can narrow down to a log file generated from a specific command, it will meet my need too.
Any suggestions? Thanks in advance!
Qiang