提交 4f6f058e 编写于 作者: G Greg Temchenko 提交者: Kohsuke Kawaguchi

Bugfix: show links in the failed test results summary

上级 4e1b9e12
......@@ -58,6 +58,9 @@ Upcoming changes</a>
<li class=bug>
Some of the context menu items have wrong links
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-12945">issue 12945</a>)
<li class=rfe>
Enable automatic hyperlinking on failed test summary.
(<a href="https://github.com/jenkinsci/jenkins/pull/392">pull 392</a>)
<li class=rfe>
Performance improvement in JavaScript on modern browsers
(<a href="https://github.com/jenkinsci/jenkins/pull/276">pull 276</a>)
......
......@@ -35,7 +35,7 @@ THE SOFTWARE.
<j:otherwise>
<j:if test="${it.errorStackTrace!=null}">
<h3>${%Stack Trace}</h3>
<pre><st:out value="${it.errorStackTrace}"/></pre>
<pre><j:out value="${it.annotate(it.errorStackTrace)}"/></pre>
</j:if>
</j:otherwise>
</j:choose>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册