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

Commit fbd69c0

Browse files
committed
Updated the error message in summary page
1 parent cdc7896 commit fbd69c0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p><a href="buildresults">MATLAB Build Results</a></p>
1010
<span class="${pst.cssClass}">
1111
<j:if test="${it.totalCount == 0}">
12-
<font color="#EF2929"><h5>Unable to generate build artifact. </h5></font>
12+
<font color="#EF2929"><h5>Unable to generate a build artifact. </h5></font>
1313
</j:if>
1414
</span>
1515
<p><b>Tasks run: <font color="Blue">${it.totalCount}</font></b></p>

0 commit comments

Comments
 (0)