[% 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 %]

Finished builds

[% INCLUDE renderBuildList builds=currentBuilds showStatusChange=0 %] [% IF runningBuilds %]

Running builds

[% INCLUDE renderBuildList builds=runningBuilds showStatusChange=0 %] [% END %]

This job provides the following Nix channels:

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