Java Version hard coded to Java6

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Due to switching to a Java version > 6 (JENKINS-28120) the slaves nodes are not running any more, when installing a JDK by the automatic way.
      The JDK version is hardcoded in this class:

      public class SSHLauncher extends ComputerLauncher {
      
          /**
           * The scheme requirement.
           */
          public static final SchemeRequirement SSH_SCHEME = new SchemeRequirement("ssh");
      
      
          public static final String JDKVERSION = "jdk-6u45";
      

            Assignee:
            Kohsuke Kawaguchi
            Reporter:
            Niels Wegner
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: