[% 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 %]
Status
[% INCLUDE renderBuildList builds=currentBuilds showStatusChange=0 %]
Channels
This job provides the following Nix channels:
-
latest — contains the latest
successful build for each platform.
-
all — contains every successful
build of this job.
Latest builds
Statistics
[% INCLUDE showBuildStats %]
[% END %]