Skip to content

Commit

Permalink
[FIXED JENKINS-22938] SSH slave connections die after the slave outpu…
Browse files Browse the repository at this point in the history
…ts 4MB of stderr, usually during findbugs analysis
  • Loading branch information
stephenc committed May 14, 2014
1 parent 433c777 commit 7c620e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion changelog.html
Expand Up @@ -55,7 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class="bug">
SSH slave connections die after the slave outputs 4MB of stderr, usually during findbugs analysis
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22938">issue 22938</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -112,7 +112,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>trilead-ssh2</artifactId>
<version>build217-jenkins-3</version>
<version>build217-jenkins-5</version>
</dependency>
<dependency>
<groupId>org.kohsuke.stapler</groupId>
Expand Down

0 comments on commit 7c620e9

Please sign in to comment.