-
Improvement
-
Resolution: Won't Fix
-
Major
-
None
The LogParser could be installed as a filter on the console output stream, running as the stream is written, so that the error/warning/info counts would be available as the job proceeds, and so that the cost of pattern matching is spread over the whole job. For long running jobs this provides valuable information about the progress of the job.
[JENKINS-9149] Change Log Parser to act as filter on ConsoleStream so that reported results are available during job execution
Workflow | Original: JNJira [ 139305 ] | New: JNJira + In-Review [ 175058 ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
If done correctly doing it this would allow parsed logs to be generated on the fly from the log file itself. This allows the rules to be applied to existing build logs as well.