Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 6e3869c

Browse files
committed
Fixed Summary page issues
1 parent 353a35f commit 6e3869c

File tree

1 file changed

+4
-9
lines changed
  • src/main/resources/com/mathworks/ci/BuildArtifactAction

1 file changed

+4
-9
lines changed

src/main/resources/com/mathworks/ci/BuildArtifactAction/summary.jelly

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@
66
xmlns:f="/lib/form"
77
xmlns:i="jelly:fmt">
88
<t:summary icon="document.png">
9-
<p><a href="buildresults">MATLAB Build Results</a></p>
10-
<span class="${pst.cssClass}">
11-
<j:if test="${it.totalCount == 0}">
12-
<font color="#EF2929"><h5> Make sure that you are using MATLAB R2022b or later and that your build file contains no errors.</h5></font>
13-
</j:if>
14-
</span>
15-
<p>This build report includes <font color="Blue"><b>${it.totalCount} tasks.</b></font></p>
16-
<ol>
9+
<p><a href="buildresults">MATLAB Build Result</a></p>
10+
<p>Total task ran: <font color="Blue"><b>${it.totalCount} </b></font></p>
11+
<ul>
1712
<li><p>Number of failed tasks: <font color="red"><b>${it.failCount} </b></font></p></li>
1813
<li><p>Number of skipped tasks: <font color="orange"><b>${it.skipCount} </b></font></p></li>
19-
</ol>
14+
</ul>
2015
</t:summary>
2116
</j:jelly>

0 commit comments

Comments
 (0)