-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
Jenkins ver. 1.612 with ssh-slave-plugin 1.9
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";
- is blocking
-
JENKINS-28120 Jenkins core to require Java7
- Resolved
- is related to
-
JENKINS-13178 slave setup tries to install the wrong JDK version and fails to parse oracle.com website response
- Resolved
-
JENKINS-20495 Manually install jdk for ssh-slaves plugin
- Closed