提交 e629a5bf 编写于 作者: V Vincent Latombe

Update changelog for #2189

上级 06db9b86
......@@ -56,6 +56,9 @@ Upcoming changes</a>
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class="bug">
Fix the advertised jnlp port when using the system property override
(<a href="https://github.com/jenkinsci/jenkins/pull/2189">pull 2189</a>)
<li class=>
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -96,6 +96,7 @@ public final class TcpSlaveAgentListener extends Thread {
/**
* Gets the TCP port number in which we are advertising.
* @since 1.656
*/
public int getAdvertisedPort() {
return CLI_PORT != null ? CLI_PORT : getPort();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册