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

Commit 2203ba6

Browse files
committed
Fixed 289
1 parent 5351a75 commit 2203ba6

File tree

1 file changed

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

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212
<font color="#EF2929"><h5>Unable to run a MATLAB build. </h5></font>
1313
</j:if>
1414
</span>
15-
<p>Task run: <font color="Blue"><b>${it.totalCount} </b></font></p>
16-
<p>Failed: <font color="red"><b>${it.failCount} </b></font></p>
17-
<p>Skipped: <font color="orange"><b>${it.skipCount} </b></font></p>
15+
<p><b>Tasks run: <font color="Blue">${it.totalCount}</font></b></p>
16+
<br>
17+
<b>Failed: <font color="red">${it.failCount}</font></b>
18+
</br>
19+
<br>
20+
<b>Skipped: <font color="orange">${it.skipCount}</font></b>
21+
</br>
1822
</t:summary>
1923
</j:jelly>

0 commit comments

Comments
 (0)