[% WRAPPER layout.tt title="Hydra status" %] [% PROCESS common.tt %]

Hydra Status

[% FOREACH step IN steps %] [% END %]
MachineTypeBuildStepWhatSince
[% IF step.machine; step.machine.match('@(.*)').0; ELSE; 'localhost'; END %] [% step.system %] [% step.build.id %] [% step.stepnr %] [% step.outpath.match('-(.*)').0 %] [% INCLUDE renderDuration duration = curTime - step.starttime %]
[% END %]