提交 8274ae73 编写于 作者: J Jesse Glick

Merge branch 'master' of github.com:jenkinsci/jenkins

...@@ -56,7 +56,9 @@ Upcoming changes</a> ...@@ -56,7 +56,9 @@ Upcoming changes</a>
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=--> <div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image> <ul class=image>
<li class=rfe> <li class=rfe>
<f:dropdownDescriptorSelector> does not allow defaulting to specifig instance Windows services now auto-restart in case of abnormal process termination.
<li class=rfe>
&lt;f:dropdownDescriptorSelector> does not allow defaulting to specifig instance
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17858">issue 17858</a>) (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17858">issue 17858</a>)
<li class=bug> <li class=bug>
mark maven settings / global settings as default for new jobs mark maven settings / global settings as default for new jobs
......
...@@ -501,14 +501,6 @@ THE SOFTWARE. ...@@ -501,14 +501,6 @@ THE SOFTWARE.
<artifactId>jmdns</artifactId> <artifactId>jmdns</artifactId>
<version>3.4.0-jenkins-3</version> <version>3.4.0-jenkins-3</version>
</dependency> </dependency>
<dependency>
<groupId>com.sun.winsw</groupId>
<artifactId>winsw</artifactId>
<version>1.10</version>
<classifier>bin</classifier>
<type>exe</type>
<scope>provided</scope><!-- this isn't really a dependency that Maven should care about, so putting 'provided' -->
</dependency>
<dependency> <dependency>
<groupId>net.java.dev.jna</groupId> <groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId> <artifactId>jna</artifactId>
...@@ -746,7 +738,7 @@ THE SOFTWARE. ...@@ -746,7 +738,7 @@ THE SOFTWARE.
<artifactItem> <artifactItem>
<groupId>com.sun.winsw</groupId> <groupId>com.sun.winsw</groupId>
<artifactId>winsw</artifactId> <artifactId>winsw</artifactId>
<version>1.10</version> <version>1.13</version>
<classifier>bin</classifier> <classifier>bin</classifier>
<type>exe</type> <type>exe</type>
<outputDirectory>${project.build.outputDirectory}/windows-service</outputDirectory> <outputDirectory>${project.build.outputDirectory}/windows-service</outputDirectory>
......
...@@ -44,4 +44,6 @@ THE SOFTWARE. ...@@ -44,4 +44,6 @@ THE SOFTWARE.
<interactive /> <interactive />
--> -->
<logmode>rotate</logmode> <logmode>rotate</logmode>
<onfailure action="restart" />
</service> </service>
...@@ -45,4 +45,6 @@ THE SOFTWARE. ...@@ -45,4 +45,6 @@ THE SOFTWARE.
<interactive /> <interactive />
--> -->
<logmode>rotate</logmode> <logmode>rotate</logmode>
<onfailure action="restart" />
</service> </service>
...@@ -125,7 +125,7 @@ THE SOFTWARE. ...@@ -125,7 +125,7 @@ THE SOFTWARE.
<dependency> <dependency>
<groupId>org.jenkins-ci.modules</groupId> <groupId>org.jenkins-ci.modules</groupId>
<artifactId>windows-slave-installer</artifactId> <artifactId>windows-slave-installer</artifactId>
<version>1.2</version> <version>1.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jenkins-ci.modules</groupId> <groupId>org.jenkins-ci.modules</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册