|
|
_0.png) |
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Unassigned |
|
Components:
|
core |
|
Created:
|
14/Aug/12 3:17 PM
|
|
Description:
|
Launching a windows slave with Java 1.3 installed on system :
Checking if java exists
java full version "1.3.1-b24"
Copying slave.jar
Starting the service
and then, the service fails as Jenkins requires 1.5+
as java fullversion is extracted, it should check for 1.5 as the ssh-slave-plugin does, and warn user / install alternate JDK
|
|
Project:
|
Jenkins
|
|
Priority:
|
Major
|
|
Reporter:
|
Nicolas De Loof
|
|
|
|
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
|
|
Code changed in jenkins
User: Nicolas De Loof
Path:
core/src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java
core/src/main/java/hudson/slaves/ComputerLauncher.java
core/src/main/resources/hudson/slaves/Messages.properties
http://jenkins-ci.org/commit/jenkins/249285d4e6e8930dd97344ccdf37cd1533fe1f3b
Log:
JENKINS-14788 pull-up checkJavaVersion from ssh-plugin
to be used by other ComputerLaunchers to check installed java version