|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Nigel Magnay
Path:
src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
http://jenkins-ci.org/commit/ssh-slaves-plugin/9ae1dd1b1daa0c4e69539a30e443d1a4b1647a2d
Log:
Protect against the case where there is no private key, which results
in a NPE when trying to compare in pemKeyEquals. This seems to happen
particularly when the plugin has been upgraded, and it's trying to find
existing key matches for keys with a username/password, but no private
key.
This is possibly the root cause of JENKINS-20332.
Signed-off-by: Nigel Magnay <[email protected]>