* 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:
Eelco Dolstra
2009-04-07 15:49:02 +00:00
parent f2a42c0d81
commit f9572e4d1e
3 changed files with 45 additions and 0 deletions

View File

@ -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 %]