I use http://wiki.hudson-ci.org/display/HUDSON/Log+Parser+Plugin
You can use regular expressions to classify log entries as info, warning or
error. You can configure job to fail if there are warnings or errors
present in log.
This may not be exactly what you are looking for, since plugin parses
Hi Guys,
Currently we log our test results into a log file. What I am looking for is
a test result plugin that allows me to take log file as input, specify a
regular expression to parse the log file and generate a report with PASS,
FAILED and ERRORed test as output.
Something similar to the MSTes