提交 e27b05f0 编写于 作者: G gcummings

JENKINS-22755 - RunParameter no longer displays the Full Display Name

上级 4c06e706
......@@ -31,9 +31,9 @@ THE SOFTWARE.
<input type="hidden" name="name" value="${it.name}" />
<select name="runId">
<j:forEach var="run" items="${it.builds}">
<option value="${run.externalizableId}">${run}</option>
<option value="${run.externalizableId}">${run.fullDisplayName}</option>
</j:forEach>
</select>
</div>
</f:entry>
</j:jelly>
\ No newline at end of file
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册