* In the job status and error pages, show when the status of a job
last changed.
This commit is contained in:
@ -3,8 +3,11 @@
|
||||
|
||||
<h1>Job Status[% IF project %] of Project <tt>[% project.name %]</tt>[% END %]</h1>
|
||||
|
||||
<p>Below are the latest builds for each job.</p>
|
||||
<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>
|
||||
|
||||
[% INCLUDE renderBuildList builds=latestBuilds %]
|
||||
[% INCLUDE renderBuildList builds=latestBuilds showStatusChange=1 %]
|
||||
|
||||
[% END %]
|
||||
|
Reference in New Issue
Block a user