* Added a page to quickly see all failed builds and failed evaluations

per project or jobset or job or globally.
This commit is contained in:
Eelco Dolstra
2009-04-08 22:08:00 +00:00
parent bf2a5a2629
commit 607d5641b6
8 changed files with 128 additions and 2 deletions

View File

@ -31,6 +31,13 @@
<a href="[% c.uri_for('/job' project jobset job) %]"><tt>[% job %]</tt></a>[% END -%]
[% BLOCK renderFullJobsetName %]
<tt>
[% INCLUDE renderProjectName %]:[% INCLUDE renderJobsetName %]
</tt>
[% END %]
[% BLOCK renderFullJobName %]
<tt>
[% INCLUDE renderProjectName %]:[% INCLUDE renderJobsetName %]:[% INCLUDE renderJobName %]