[% WRAPPER layout.tt title="Job Status" %] [% PROCESS common.tt %]

Job Status[% IF project %] of Project [% project.name %][% END %]

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.

[% INCLUDE renderBuildList builds=latestBuilds showStatusChange=1 %] [% END %]