|
|
|
Extracting error message from a 21MB log file could be very slow. Are you running the build in verbose logging mode? If yes, switch it to run under normal (or compact mode) will reduce the log file size. In the mean time, the issue (http://jira.pmease.com/browse/QB-337) is created to address this issue.
The build log file is around 21 MB.
Is there a more efficient way of displaying the error messages other then what is described below by your company? What are the alternative? http://www.pmease.com/public/docs/guide/apb.html Get 50 lines around the error line of a build log $system.readFileAsHtml("$build.buildLogPath", ".*ERROR.*", 25) Thanks. What size of the build log and revision log of stalling builds (7702 for example) ? As the html_notication.vm uses below expression to extract information from build log and revision log:
$system.readFileAsHtml("$build.buildLogPath", ".*ERROR.*", 25) $system.readFileAsHtml("$build.revisionLogPath") It could be very time consuming if the build log or revision log is very large. It happens ocassionally (see attached screenshot).
No the html_notification has not been modified since Sep 2007. Have attached the file as requested. Thanks. Does this happens each time, or just occasionally? Have you changed the html_notification.vm file? If yes, can you attach that file here?
|
QB-337