Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-39836: InvalidClassException for SSHAuthenticator on many dif…
…ferent platforms. Matcher needs a serialVersionUID to cover for the many variances of jdk/jre(s) available on different platforms.
  • Loading branch information
Kevin J. Smith committed Jan 9, 2017
1 parent 384a93e commit f773d7c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -324,6 +324,7 @@ public static CredentialsMatcher matcher(Class<?> connectionClass) {
* @since 0.5
*/
private static class Matcher implements CredentialsMatcher {
private static final Long serialVersionUID = 1L;

/**
* The connection class.
Expand Down

0 comments on commit f773d7c

Please sign in to comment.