提交 7057bd77 编写于 作者: K Kohsuke Kawaguchi

This change affects the code, so in case some plugins use this tag,

we shouldn't change the definition of it.

Instead, I'm creating a new tag.
上级 fae5696c
......@@ -83,5 +83,5 @@ THE SOFTWARE.
<p:config-buildWrappers />
<p:config-builders />
<p:config-publishers />
<p:config-publishers2 />
</j:jelly>
......@@ -35,5 +35,5 @@ THE SOFTWARE.
<p:config-buildWrappers />
<p:config-builders />
<p:config-publishers />
<p:config-publishers2 />
</j:jelly>
\ No newline at end of file
......@@ -27,15 +27,11 @@ 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" xmlns:p="/lib/hudson/project">
<f:section title="${%Post-build Actions}">
<f:block>
<f:hetero-list name="publisher" hasHeader="true"
descriptors="${h.getPublisherDescriptors(it)}"
items="${it.publishersList}"
oneEach="true"
menuAlign="bl-tl"
honorOrder="true"
addCaption="${%Add post-build action}"/>
</f:block>
</f:section>
<st:documentation>
Deprecated as of 1.463. Use &lt;config-publishers2> and update your code to do
publishers.rebuildHetero(req, json, Publisher.all(), "publisher");
</st:documentation>
<f:descriptorList title="${%Post-build Actions}"
descriptors="${h.getPublisherDescriptors(it)}"
instances="${it.publishers}" />
</j:jelly>
\ No newline at end of file
......@@ -167,5 +167,5 @@ THE SOFTWARE.
<p:config-buildWrappers />
<p:config-publishers />
<p:config-publishers2 />
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册