提交 448634c9 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-9206] resolve symlink to the executable name

上级 eafdaa44
......@@ -55,6 +55,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>
Jenkins self-restart causes process name to change from java to exe
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-9206">issue 9206</a>)
<li class=bug>
Fixed a bug where SSH public key authentication for CLI wasn't working for username/password based security realm.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10647">issue 10647</a>)
......
......@@ -445,9 +445,9 @@ THE SOFTWARE.
<version>3.3.0-jenkins-2</version>
</dependency>
<dependency>
<groupId>com.sun.akuma</groupId>
<groupId>org.kohsuke</groupId>
<artifactId>akuma</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>
<dependency>
<groupId>org.jvnet.libpam4j</groupId>
......
......@@ -51,7 +51,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>executable-war</artifactId>
<version>1.20</version>
<version>1.24</version>
<scope>provided</scope>
</dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册