[% WRAPPER layout.tt title="Hydra Overview" %] [% USE date %]

Queue

[% IF scheduled.size == 0 %]

The queue is empty.

[% ELSE %] [% FOREACH build IN scheduled -%] [% END -%]
#PriorityProjectJobSystemTimestampDescription
[% build.id %] [% build.schedulingInfo.priority %] [% build.project.name %] [% build.attrname %] [% build.system %] [% date.format(build.timestamp, '%Y-%m-%d %H:%M:%S') %] [% build.description %]
[% END %]

Job status

Below are the latest builds for each job.

[% FOREACH build IN latestBuilds -%] [% INCLUDE "short-build-info.tt" %] [% END -%]
#ProjectJobSystemTimestampDescription

All builds

Number of builds: [% allBuilds.size %]

[% FOREACH build IN allBuilds -%] [% INCLUDE "short-build-info.tt" %] [% END -%]
#ProjectJobSystemTimestampDescription

Projects

[% END %]