Skip to content

Commit

Permalink
Merge pull request #43 from monkz/bump-jdkversion
Browse files Browse the repository at this point in the history
[JENKINS-43481] Bump JDKVERSION to jdk8-u121
  • Loading branch information
jglick committed Apr 12, 2017
2 parents f74fdc6 + 62f149d commit 4816055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
Expand Up @@ -149,7 +149,7 @@ public class SSHLauncher extends ComputerLauncher {
public static final SchemeRequirement SSH_SCHEME = new SchemeRequirement("ssh");


public static final String JDKVERSION = "jdk-7u80";
public static final String JDKVERSION = "jdk-8u121";
public static final String DEFAULT_JDK = JDKVERSION + "-oth-JPR";

// Some of the messages observed in the wild:
Expand Down

0 comments on commit 4816055

Please sign in to comment.