Skip to content

Commit

Permalink
[FIXED JENKINS-18836][FIXED JENKINS-18879][FIXED JENKINS-19619] Upgra…
Browse files Browse the repository at this point in the history
…de trilead-ssh to version with the fix
  • Loading branch information
stephenc committed Oct 9, 2013
1 parent 3669527 commit bb265c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.html
Expand Up @@ -58,6 +58,13 @@
<li class=bug>
RuntimeException if you try to save a config with a choice parameter that has no choices.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18434">issue 18434</a>)
<li class='major bug'>
Upgrade Trilead SSH client library to version that does not cause connection loss when
there is a lot of logging on the build slave and the performance improvements in
ssh-slaves 0.27+ are enabled (
<a href="https://issues.jenkins-ci.org/browse/JENKINS-18836">issue 18836</a>,
<a href="https://issues.jenkins-ci.org/browse/JENKINS-18879">issue 18879</a>,
<a href="https://issues.jenkins-ci.org/browse/JENKINS-19619">issue 19619</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>build214-jenkins-3</version>
<version>build217-jenkins-3</version>
</dependency>
<dependency>
<groupId>org.kohsuke.stapler</groupId>
Expand Down

1 comment on commit bb265c5

@daniel-beck
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May have caused JENKINS-20550.

Please sign in to comment.