Skip to content

Commit

Permalink
Merge pull request #11 from stephenthornhill/master
Browse files Browse the repository at this point in the history
[FIXED JENKINS-23583] Test result url made absolute by prepending rootUR...
  • Loading branch information
fredg02 committed Feb 19, 2015
2 parents 90db80f + 8fee58b commit 3ec36ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ THE SOFTWARE.
<td data="${sortData}">
<j:choose>
<j:when test="${tr!=null}">
<a href="${job.url}lastCompletedBuild/${tr.urlName}/">
<a href="${rootURL}/${job.url}lastCompletedBuild/${tr.urlName}/">
<j:choose>
<j:when test="${it.totalCount==0}">
(${%no tests})
Expand Down

0 comments on commit 3ec36ff

Please sign in to comment.