Fix display of non-aggregate builds
This commit is contained in:
parent
242072bbd6
commit
8e1ade4422
@ -7,7 +7,7 @@
|
|||||||
[% project = build.project %]
|
[% project = build.project %]
|
||||||
[% jobset = build.jobset %]
|
[% jobset = build.jobset %]
|
||||||
[% job = build.job %]
|
[% job = build.job %]
|
||||||
[% isAggregate = constituents ? 1 : 0 %]
|
[% isAggregate = constituents.size > 0 %]
|
||||||
|
|
||||||
[% BLOCK renderOutputs %]
|
[% BLOCK renderOutputs %]
|
||||||
[% start=1; FOREACH output IN outputs %]
|
[% start=1; FOREACH output IN outputs %]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user