diff --git a/src/root/job.tt b/src/root/job.tt index bd475685..8420a0f0 100644 --- a/src/root/job.tt +++ b/src/root/job.tt @@ -2,48 +2,50 @@ [% 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:

+ + +
+ +
+ [% 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. +
  • +
+
+ +
+ +
-
    -
  • - latest — contains the latest - successful build for each platform. -
  • -
-
-
- -
[% END %]