forked from lix-project/hydra
Merge pull request #707 from basvandijk/fix-aggregate-status
Fix printing aggregate status
This commit is contained in:
commit
8564089186
|
@ -186,7 +186,7 @@ END;
|
|||
IF b.finished && b.buildstatus != 0; nrFailedConstituents = nrFailedConstituents + 1; END;
|
||||
END;
|
||||
%];
|
||||
[%+ IF nrFinished == nrMembers && nrFailedConstituents == 0 %]
|
||||
[%+ IF nrFinished == nrConstituents && nrFailedConstituents == 0 %]
|
||||
all [% nrConstituents %] constituent builds succeeded
|
||||
[% ELSE %]
|
||||
[% nrFailedConstituents %] out of [% nrConstituents %] constituent builds failed
|
||||
|
|
Loading…
Reference in a new issue