[% WRAPPER layout.tt title="Machine status" %] [% PROCESS common.tt %]
[% name %] [% IF m.value.systemTypes %] ([% comma=0; FOREACH system IN m.value.systemTypes %][% IF comma; %], [% ELSE; comma = 1; END %][% system %][% END %]) [% END %] | ||||
---|---|---|---|---|
[% INCLUDE renderFullJobNameOfBuild build=step.build %] | [% step.system %] | [% step.build.id %] | [% step.drvpath.match('-(.*)').0 %] | [% INCLUDE renderDuration duration = curTime - step.starttime %] |
Idle for [% INCLUDE renderDuration duration = curTime - m.value.idle %] | ||||
Never used |