[% WRAPPER layout.tt title="Job ‘$project.name:$jobset.name:$job.name’" %]
[% PROCESS common.tt %]
[% 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 channels:
-
latest — contains the latest
successful build for each platform.
-
all — contains every successful
build of this job.
[%#
[% INCLUDE showBuildStats % ]
%]
[% END %]