-
Task
-
Resolution: Unresolved
-
Critical
-
None
Documentation of the plugin from https://wiki.jenkins-ci.org/display/JENKINS/Build+Failure+Analyzer states that user can use a pattern like below for matching multi-lines.
some words here(.*\s)and some words here
Testing with latest release of the plugin from Jenkins proved that the multiline match does never happen.
In fact I was unable to create any pattern that matches more than one line.