提交 d01dbe62 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-6629] make restart work with Solaris 32bit x86

上级 3fb5d750
...@@ -72,6 +72,9 @@ Upcoming changes</a> ...@@ -72,6 +72,9 @@ Upcoming changes</a>
<li class=bug> <li class=bug>
Copy artifacts fails on windows slaves due to failing to set a timestamp. Copy artifacts fails on windows slaves due to failing to set a timestamp.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11073">issue 11073</a>) (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11073">issue 11073</a>)
<li class=bug>
Self-restart wasn't working with 32bit x86 Solaris
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-6629">issue 6629</a>)
<li class=rfe> <li class=rfe>
Upgrade aether version to 1.13 and sisu to 2.3.0 . Upgrade aether version to 1.13 and sisu to 2.3.0 .
<li class=rfe> <li class=rfe>
......
...@@ -484,7 +484,7 @@ THE SOFTWARE. ...@@ -484,7 +484,7 @@ THE SOFTWARE.
<dependency> <dependency>
<groupId>org.kohsuke</groupId> <groupId>org.kohsuke</groupId>
<artifactId>akuma</artifactId> <artifactId>akuma</artifactId>
<version>1.5</version> <version>1.7</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jvnet.libpam4j</groupId> <groupId>org.jvnet.libpam4j</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册