提交 726b66df 编写于 作者: P Peter Eisentraut

[FIXED JENKINS-19753] Add view link to job artifacts list

Add a "view" link to a job's Last Successful Artifacts list, just like
an individual build's Build Artifacts list has.
上级 e199aa1a
...@@ -63,6 +63,8 @@ THE SOFTWARE. ...@@ -63,6 +63,8 @@ THE SOFTWARE.
<a href="${baseURL}artifact/${f.href}/*fingerprint*/"> <a href="${baseURL}artifact/${f.href}/*fingerprint*/">
<img src="${imagesURL}/16x16/fingerprint.png" alt="[fingerprint]" height="16" width="16"/> <img src="${imagesURL}/16x16/fingerprint.png" alt="[fingerprint]" height="16" width="16"/>
</a> </a>
<st:nbsp/>
<a href="${baseURL}artifact/${f.href}/*view*/">${%view}</a>
</td> </td>
</tr> </tr>
</j:forEach> </j:forEach>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册