diff --git a/src/main/resources/hudson/plugins/logparser/LogParserAction/summary.jelly b/src/main/resources/hudson/plugins/logparser/LogParserAction/summary.jelly index 3dd8adf..2cd481c 100644 --- a/src/main/resources/hudson/plugins/logparser/LogParserAction/summary.jelly +++ b/src/main/resources/hudson/plugins/logparser/LogParserAction/summary.jelly @@ -5,7 +5,7 @@ <j:set var="parseFailed" value="${it.result.failedToParseError != null}"/> <t:summary icon="graph.gif"> <j:if test="${parseSucceeded}"> - ${it.result.totalErrors} errors, ${it.result.totalWarnings} warnings + <a href="${it.getUrlNameStat()}">${it.result.totalErrors} errors, ${it.result.totalWarnings} warnings</a> </j:if> <j:if test="${parseFailed}"> Log parsing has failed