This commit is contained in:
Eelco Dolstra 2010-03-05 18:43:34 +00:00
parent 0f57fb8f88
commit c8f0758fe1

View file

@ -26,12 +26,12 @@
[% IF j.build.resultInfo.buildstatus == 0 %]
[% IF j.build.buildproducts.size == 0 %]
[% INCLUDE renderProductList build=j.build latestRoot=['/view' project.name view.name 'latest' j.job.job] %]
[% IF nrProducts == 0 %]
<p><em>Succeeded.</em></p>
[% END %]
[% INCLUDE renderProductList build=j.build latestRoot=['/view' project.name view.name 'latest' j.job.job] %]
[% ELSE %]
<p class="error">Build failed</p>