Skip to content

Commit

Permalink
[JENKINS-46282] - Update WinSW from 2.1.0 to 2.1.2 (#2987)
Browse files Browse the repository at this point in the history
* [JENKINS-46282] - Update WinSW from 2.1.0 to 2.1.2

Fixes [JENKINS-46282](https://issues.jenkins-ci.org/browse/JENKINS-46282), which impacts the default installation.
Also updates Parent POM in the module

Full list of fixes:

- JENKINS-46282 - Runaway Process Killer extension was not using the stopTimeoutMs parameter
- [WinSW Issue #206](winsw/winsw#206) - Prevent printing of log entries in the `status` command
- [WinSW Issue #218](winsw/winsw#218) - Prevent hanging of the stop executable when its logs are not being drained do the parent process

Full Diff: winsw/winsw@winsw-v2.1.0...winsw-v2.1.2

* [JENKINS-46282] - Pick the released version of Windows Agent Installer
  • Loading branch information
oleg-nenashev committed Aug 19, 2017
1 parent efdd52e commit 100202c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -771,7 +771,7 @@ THE SOFTWARE.
<artifactItem>
<groupId>com.sun.winsw</groupId>
<artifactId>winsw</artifactId>
<version>2.1.0</version>
<version>2.1.2</version>
<classifier>bin</classifier>
<type>exe</type>
<outputDirectory>${project.build.outputDirectory}/windows-service</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -114,7 +114,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>windows-slave-installer</artifactId>
<version>1.9</version>
<version>1.9.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
Expand Down

0 comments on commit 100202c

Please sign in to comment.