Skip to content

Commit

Permalink
[FIXED JENKINS-13679] Fixed link to aggregated test results
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Jun 21, 2012
1 parent 2e4c142 commit f0d8f81
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<td data="${tr != null ? tr.getFailCount() : '0'}">
<j:choose>
<j:when test="${tr!=null}">
<a href="${job.url}lastCompletedBuild/testReport/"><t:test-result it="${tr}" /></a>
<a href="${job.url}lastCompletedBuild/${tr.urlName}/"><t:test-result it="${tr}" /></a>
</j:when>
<j:otherwise>
${%N/A}
Expand Down

0 comments on commit f0d8f81

Please sign in to comment.