hydra/src/Hydra/root/jobstatus.tt

11 lines
200 B
Plaintext
Raw Normal View History

[% WRAPPER layout.tt title="Job Status" %]
[% PROCESS common.tt %]
<h1>Job Status</h1>
<p>Below are the latest builds for each job.</p>
[% PROCESS renderBuildList builds=latestBuilds %]
[% END %]