提交 433b855e 编写于 作者: K Kohsuke Kawaguchi

moving into the advanced section

上级 4433bfd5
......@@ -77,6 +77,9 @@ Upcoming changes</a>
<li class="rfe">
OSX installer now checks for the existence of JVM and open the browser in the end.
(<a href="https://github.com/jenkinsci/jenkins/pull/329">pull #329</a>)
<li class="rfe">
Added the Reploy-To header support.
(<a href="https://github.com/jenkinsci/jenkins/pull/306">pull #306</a>)
<li class="rfe">
Jobs now support display name separate from its unique name
<a href="https://issues.jenkins-ci.org/browse/JENKINS-11762">issue 11762</a>
......
......@@ -39,9 +39,6 @@ THE SOFTWARE.
<f:entry title="${%Sender E-mail Address}" field="adminAddress">
<f:textbox />
</f:entry>
<f:entry title="${%Reply-To Address}" field="replyToAddress">
<f:textbox />
</f:entry>
<f:advanced>
<f:optionalBlock name="useSMTPAuth" title="${%Use SMTP Authentication}" checked="${descriptor.smtpAuthUserName!=null}"
help="/help/tasks/mailer/smtpAuth.html">
......@@ -58,6 +55,9 @@ THE SOFTWARE.
<f:entry title="${%SMTP Port}" field="smtpPort">
<f:textbox />
</f:entry>
<f:entry title="${%Reply-To Address}" field="replyToAddress">
<f:textbox />
</f:entry>
<f:entry title="${%Charset}" field="charset">
<f:textbox />
</f:entry>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册