[% WRAPPER layout.tt title="Job ‘$project.name:$jobset.name:$job.name’" %]
[% PROCESS common.tt %]
[% hideProjectName=1 hideJobsetName=1 hideJobName=1 %]
[% IF currentBuilds.size != 0 %]
Latest builds (latest evaluation)
[% INCLUDE renderBuildList builds=currentBuilds showStatusChange=0 %]
[% END %]
[% IF runningBuilds.size != 0 %]
Running builds
[% INCLUDE renderBuildList builds=runningBuilds showSchedulingInfo=1 hideResultInfo=1 %]
[% END %]
[% IF lastBuilds.size != 0 %]
Last 10 builds
[% INCLUDE renderBuildList builds=lastBuilds showStatusChange=0 %]
[% END %]
This job provides the following Nix channel:
-
latest — contains the latest
successful build for each platform.
[% END %]