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