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

Commit f40f2e2

Browse files
committed
Fixed 289 as per comment
1 parent f70394d commit f40f2e2

File tree

1 file changed

+3
-5
lines changed
  • src/main/resources/com/mathworks/ci/BuildArtifactAction

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
xmlns:i="jelly:fmt">
88
<t:summary icon="document.png">
99
<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>
12-
<li><p>Number of failed tasks: <font color="red"><b>${it.failCount} </b></font></p></li>
13-
<li><p>Number of skipped tasks: <font color="orange"><b>${it.skipCount} </b></font></p></li>
14-
</ul>
10+
<p>Task run: <font color="Blue"><b>${it.totalCount} </b></font></p>
11+
<p>Failed: <font color="red"><b>${it.failCount} </b></font></p>
12+
<p>Skipped: <font color="orange"><b>${it.skipCount} </b></font></p>
1513
</t:summary>
1614
</j:jelly>

0 commit comments

Comments
 (0)