提交 bf5e2878 编写于 作者: K Kamran Mackey

Merge pull request #1748 from jglick/it.run

AbstractScmTagAction.getBuild is deprecated in favor of getRun
......@@ -24,7 +24,7 @@ THE SOFTWARE.
<?jelly escape-by-default='true'?>
<j:if xmlns:j="jelly:core" xmlns:l="/lib/layout" test="${it.isTagged()}">
<a href="${rootURL}/${it.build.url}tagBuild/">
<a href="${rootURL}/${it.run.url}tagBuild/">
<l:icon class="icon-save icon-sm" tooltip="${it.tooltip}"/>
</a>
</j:if>
\ No newline at end of file
......@@ -25,9 +25,9 @@ THE SOFTWARE.
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<l:layout norefresh="true">
<st:include it="${it.build}" page="sidepanel.jelly" />
<st:include it="${it.run}" page="sidepanel.jelly" />
<l:main-panel>
<h1>Build ${it.build.displayName}</h1>
<h1>Build ${it.run.displayName}</h1>
<p>
${%Tagging is in progress:}
</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册