* Provide some redirects to the latest successful build for a job (or
project, or jobset, or globally, but that's not all that useful). This is useful if you want to link to the latest build.
This commit is contained in:
@ -23,6 +23,19 @@
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>Latest builds</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="[% c.uri_for('/job' project.name jobset.name job.name
|
||||
'latest') %]">Latest successful build.</a></li>
|
||||
[% FOREACH system IN systems %]
|
||||
<li><a href="[% c.uri_for('/job' project.name jobset.name job.name
|
||||
'latest-for' system.system) %]">Latest successful build for <tt>[%
|
||||
system.system %]</tt>.</a></li>
|
||||
[% END %]
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>Statistics</h2>
|
||||
|
||||
[% INCLUDE showBuildStats %]
|
||||
|
Reference in New Issue
Block a user