[% WRAPPER layout.tt title="Job ‘$project.name:$jobset.name:$job.name’" %] [% PROCESS common.tt %]

Job [% INCLUDE renderLink uri = c.uri_for(c.controller('Project').action_for('view'), [project.name]) title = project.name %]:[% INCLUDE renderLink uri = c.uri_for(c.controller('Jobset').action_for('index'), [project.name, jobset.name]) title = jobset.name %]:[% job.name %]

[% IF currentBuilds.size != 0 %]

Finished builds

[% INCLUDE renderBuildList builds=currentBuilds showStatusChange=0 %] [% ELSE %] [% IF lastBuilds.size != 0 %]

Last 5 builds

[% INCLUDE renderBuildList builds=lastBuilds showStatusChange=0 %] [% END %] [% END %] [% IF runningBuilds.size != 0 %]

Running builds

[% INCLUDE renderBuildList builds=runningBuilds showSchedulingInfo=1 hideResultInfo=1 %] [% END %]

This job provides the following Nix channels:

[%#
[% INCLUDE showBuildStats % ]
%]
[% END %]