Skip to content

Commit

Permalink
[FIXED JENKINS-20108]
Browse files Browse the repository at this point in the history
Integrated the trilead with SecureRandom instantiation fix.
  • Loading branch information
kohsuke committed Oct 12, 2014
1 parent 55f1551 commit 70f5968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -87,6 +87,9 @@
<li class=bug>
Do not disable projects, which do not support such operation (like Matrix configurations)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-24340">issue 24340</a>)
<li class=rfe>
Improved the scalability of SSH slaves plugin caused by global lock in <tt>SecureRandom</tt>
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20108">issue 20108</a>)
</ul>
</div><!--=TRUNK-END=-->

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

1 comment on commit 70f5968

@jglick
Copy link
Member

@jglick jglick commented on 70f5968 Nov 5, 2014

Choose a reason for hiding this comment

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

Seems to have caused JENKINS-25241.

Please sign in to comment.