-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
Imagine a regular build job where you run several build-steps in a row, e.G
cmake
make (whatever compiler)
lint
doxygen
etc..
Now it sometimes happens that two parsers match the same line and you end up with false positives. So it would be handy to limit a console parser to a specific build step (or may be several build steps, or the otherway round, exclude build-steps).
Maybe it would be easier to improve the regexp in each parser. Can you please show an example log message that is picked by two parsers?
(BTW: you can redirect the output to a file to get the desired result)