-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
jenkins Version 2.452.2
Log Parser Plugin Version 2.3.4
one specific line in our build output does not seem to recognised by the parsing rules
The line:
[2024-06-19T12:37:03.782Z] ../subprojects/libev-4.33/ev.c:2143:31: warning: 'ev_default_loop_ptr' initialized and declared 'extern'
The regex is placed at the top of the logparser file
ok /ev.c:2143:31: warning:? .ev_default_loop_ptr. initialized and declared .extern./
But the warning is still reported in the parsed output.
All other regex in the file works fine.