A regular expression to find in the build log.

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.