13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
[% WRAPPER layout.tt title="Hydra Overview" %]
|
|
|
|
<h1>All builds for job <tt>[% projectName %]:[% jobName %]</tt></h1>
|
|
|
|
<table>
|
|
<tr><th></th><th>Id</th><th>Project</th><th>Job</th><th>System</th><th>Timestamp</th><th>Description</th></tr>
|
|
[% FOREACH build IN builds -%]
|
|
[% INCLUDE "short-build-info.tt" %]
|
|
[% END -%]
|
|
</table>
|
|
|
|
[% END %]
|