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

Commit 5351a75

Browse files
committed
Fixed error message issue 288
1 parent f40f2e2 commit 5351a75

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
xmlns:i="jelly:fmt">
88
<t:summary icon="document.png">
99
<p><a href="buildresults">MATLAB Build Result</a></p>
10+
<span class="${pst.cssClass}">
11+
<j:if test="${it.totalCount == 0}">
12+
<font color="#EF2929"><h5>Unable to run a MATLAB build. </h5></font>
13+
</j:if>
14+
</span>
1015
<p>Task run: <font color="Blue"><b>${it.totalCount} </b></font></p>
1116
<p>Failed: <font color="red"><b>${it.failCount} </b></font></p>
1217
<p>Skipped: <font color="orange"><b>${it.skipCount} </b></font></p>

0 commit comments

Comments
 (0)