提交 373a33c3 编写于 作者: M mindless

[FIXED HUDSON-4580] Show "Latest Test Results" link even when a new build is running.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23510 71c3de6d-444a-0410-be80-ed276b4c234a
上级 91bffe3b
......@@ -43,10 +43,10 @@ THE SOFTWARE.
${%Recent Changes}
</t:summary>
<j:set var="tr" value="${it.lastBuild.testResultAction}"/>
<j:set var="tr" value="${it.lastCompletedBuild.testResultAction}"/>
<j:if test="${tr!=null}">
<t:summary icon="clipboard.gif">
<a href="lastBuild/testReport/">${%Latest Test Result}</a>
<a href="lastCompletedBuild/testReport/">${%Latest Test Result}</a>
<t:test-result it="${tr}" />
</t:summary>
</j:if>
......@@ -58,4 +58,4 @@ THE SOFTWARE.
</j:forEach>
<p:upstream-downstream />
</j:jelly>
\ No newline at end of file
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册