-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Build Failure Analyzer 1.19.0
Jenkins 2.63
When using a multiline build log indication I get the following error in the Jenkins logs:
File timeout scanning for indication '.*UnitTest FAILED.*' for file log
I think there is a means of changing the timeout needed.
There is no workaround for the problem (thus major).
There has already been a comment about this problem here but there are no responses so far.
Do you mean to use a multiline regex for this? If so, you need to change the way you write your regular expression.
From the documentation of multiline indication:
Note that you should not specify "." within your multi-line pattern unless you actually want to match every character. ".*FOO." will match the entire build log, assuming it contains "FOO" somewhere.