Skip to content

Commit

Permalink
Merge pull request #6 from rdesgroppes/master
Browse files Browse the repository at this point in the history
[FIXED JENKINS-21739] links to Robot Framework files are now valid for jobs residing inside folders
  • Loading branch information
rdesgroppes committed Jul 3, 2014
2 parents bbc4eb9 + 6c490c5 commit 2557f2e
Showing 1 changed file with 3 additions and 6 deletions.
Expand Up @@ -76,15 +76,12 @@ limitations under the License.
</tr>
</table>
<p>
<j:if test="${attrs.action.owner.project.parent.name != null}">
<j:set var="matrixprojectname" value="${attrs.action.owner.project.parent.name}/" />
</j:if>
<a href="${rootURL}/job/${matrixprojectname}${attrs.action.owner.project.name}/${attrs.action.owner.number}/${attrs.action.urlName}">&gt; Browse results</a><br />
<a href="${rootURL}/${attrs.action.owner.url}${attrs.action.urlName}">&gt; Browse results</a><br />
<j:if test="${attrs.action.logFileLink != null}">
<a href="${rootURL}/job/${matrixprojectname}${attrs.action.owner.project.name}/${attrs.action.owner.number}/${attrs.action.urlName}/report/${attrs.action.logFileLink}">&gt; Open ${attrs.action.logFileLink}</a><br />
<a href="${rootURL}/${attrs.action.owner.url}${attrs.action.urlName}/report/${attrs.action.logFileLink}">&gt; Open ${attrs.action.logFileLink}</a><br />
</j:if>
<j:if test="${attrs.action.logHtmlLink != null}">
<a href="${rootURL}/job/${matrixprojectname}${attrs.action.owner.project.name}/${attrs.action.owner.number}/${attrs.action.urlName}/report/${attrs.action.logHtmlLink}">&gt; Open ${attrs.action.logHtmlLink}</a><br />
<a href="${rootURL}/${attrs.action.owner.url}${attrs.action.urlName}/report/${attrs.action.logHtmlLink}">&gt; Open ${attrs.action.logHtmlLink}</a><br />
</j:if>
</p>
</j:jelly>

0 comments on commit 2557f2e

Please sign in to comment.