hydra/src/root/jobstatus.tt

11 lines
264 B
Plaintext
Raw Normal View History

[% WRAPPER layout.tt title="Job Status" %]
[% PROCESS common.tt %]
2009-03-13 15:41:19 +00:00
<h1>Job Status[% IF project %] of Project <tt>[% project.name %]</tt>[% END %]</h1>
<p>Below are the latest builds for each job.</p>
[% INCLUDE renderBuildList builds=latestBuilds %]
[% END %]