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

Commit 083f257

Browse files
committed
Build visulization support for pipeline (#278)
1 parent 19c9fe0 commit 083f257

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/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<j:forEach var="p" items="${it.buildArtifact}" varStatus="status">
6060
<tr>
6161
<td class="pane" align="left">
62-
<a href="../console#matlab-${p.taskName}">${p.taskName}</a>
62+
<a href="../console#matlab-${p.taskName}]">${p.taskName}</a>
6363
</td>
6464
<td class="pane" style="width:9em">
6565
<span class="${pst.cssClass}">

0 commit comments

Comments
 (0)