[% WRAPPER layout.tt title="Latest steps" %] [% PROCESS common.tt %]

Showing steps [% (page - 1) * resultsPerPage + 1 %] - [% (page - 1) * resultsPerPage + steps.size %] of about [% HTML.escape(total) %] in order of descending finish time.

[% FOREACH step IN steps %] [% END %]
What Job Build Step When Duration Machine
[% INCLUDE renderBuildStatusIcon buildstatus=step.status size=16 %] [% step.drvpath.match('-(.*).drv').0 %] [% INCLUDE renderFullJobNameOfBuild build=step.build %] c.uri_for('/build' step.build.id)) %]>[% HTML.escape(step.build.id) %] c.uri_for('/build' step.build.id 'nixlog' step.stepnr 'tail')) %]>[% HTML.escape(step.stepnr) %] [% INCLUDE renderRelativeDate timestamp=step.stoptime %] [% INCLUDE renderDuration duration = step.stoptime - step.starttime %] [% INCLUDE renderMachineName machine=step.machine %]
[% INCLUDE renderPager %] [% END %]