Quantcast

[JIRA] (JENKINS-14788) windows manage slaves don't check Java >= 1.5

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14788) windows manage slaves don't check Java >= 1.5

JIRA noreply@jenkins-ci.org
Issue Type: Bug 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 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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14788) windows manage slaves don't check Java >= 1.5

JIRA noreply@jenkins-ci.org

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

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14788) windows manage slaves don't check Java >= 1.5

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

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
core/src/main/resources/hudson/slaves/Messages_es.properties
core/src/main/resources/hudson/slaves/Messages_ja.properties
http://jenkins-ci.org/commit/jenkins/b5da17344a8091918247faa96a535b51ddd5d1f0
Log:
JENKINS-14788 pull-up checkJavaVersion from ssh-plugin
to be used by other ComputerLaunchers to check installed java version

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14788) windows manage slaves don't check Java >= 1.5

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Nicolas De Loof started work on Bug JENKINS-14788
Change By: Nicolas De Loof (16/Aug/12 6:33 AM)
Status: Open In Progress
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14788) windows manage slaves don't check Java >= 1.5

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

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
core/src/main/resources/hudson/slaves/Messages_es.properties
core/src/main/resources/hudson/slaves/Messages_ja.properties
http://jenkins-ci.org/commit/jenkins/3ef743203f673dbed59e6fc019ee30b0ea888025
Log:
JENKINS-14788 pull-up checkJavaVersion from ssh-plugin
to be used by other ComputerLaunchers to check installed java version

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14788) windows manage slaves don't check Java >= 1.5

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: Nicolas De Loof (16/Aug/12 6:33 AM)
Assignee: 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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14788) windows manage slaves don't check Java >= 1.5

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Jesse Glick
Path:
src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
http://jenkins-ci.org/commit/ssh-slaves-plugin/e70867ca9f4599a1a28d5a5d6c0b5d7898418db1
Log:
JENKINS-14788 Comment only.

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14788) windows manage slaves don't check Java >= 1.5

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Jesse Glick
Path:
core/src/main/java/hudson/slaves/ComputerLauncher.java
core/src/test/java/hudson/slaves/ComputerLauncherTest.java
http://jenkins-ci.org/commit/jenkins/e122698b6176d0177bee60257edea1349bfeb0d9
Log:
JENKINS-14788 Testing properly.

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14788) windows manage slaves don't check Java >= 1.5

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Jesse Glick
Path:
core/src/main/java/hudson/slaves/ComputerLauncher.java
core/src/test/java/hudson/slaves/ComputerLauncherTest.java
http://jenkins-ci.org/commit/jenkins/749ea54f936952b0eafd2db5592a4221a4aafb92
Log:
JENKINS-14788 Using DeweyDecimal for robustness.

Compare: https://github.com/jenkinsci/jenkins/compare/3ef743203f67...749ea54f9369

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
Loading...