2012-04-17 14:53:11 +00:00
[% WRAPPER layout.tt title="Job status" %]
2008-11-27 00:38:09 +00:00
[% PROCESS common.tt %]
2012-04-17 14:53:11 +00:00
<div class="page-header"><h1>Job status[% IF project %] of <tt>[% project.name %][% IF jobset %]:[% jobset.name%][% END %][% IF job %]:[% job.name%][% END %]</tt>[% END %]</h1></div>
2008-11-27 00:38:09 +00:00
2009-07-09 14:48:15 +00:00
<p>Below are the latest builds for each job. It is ordered by the status
change time (the timestamp of the last build that had a different
build result status). That is, it shows the jobs that most recently
changed from failed to successful or vice versa first.</p>
2008-11-27 00:38:09 +00:00
2012-04-02 11:12:39 +00:00
[% INCLUDE renderBuildList builds=latestBuilds showStatusChange=1
hideProjectName=project hideJobsetName=jobset hideJobName=job %]
2008-11-27 00:38:09 +00:00
[% END %]