Same problem here with Jenkins v1.574 and master running on Ubuntu, and slave running on Windows7 (x64):

Running our maven job with jdk8 required fails and gives the following console log:

Started by user anonymous
Building remotely on slave-stethu in workspace C:\Jenkins-slave\workspace\MyJob
Installing JDK jdk-8u11-oth-JPR
Downloading JDK from http://download.oracle.com/otn-pub/java/jdk/8u11-b12/jdk-8u11-windows-x64.exe
Downloading 162831776bytes
Installing C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe
[jdk8] $ C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe /s ADDLOCAL="ToolsFeature" REBOOT=ReallySuppress INSTALLDIR=C:\Jenkins-slave\tools\hudson.model.JDK\jdk8 '/L \"C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe.install.log\"'
Failed to install JDK. Exit code=-80
ERROR: null
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Installing C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe
[jdk8] $ C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe /s ADDLOCAL="ToolsFeature" REBOOT=ReallySuppress INSTALLDIR=C:\Jenkins-slave\tools\hudson.model.JDK\jdk8 '/L \"C:\Jenkins-slave\tools\hudson.model.JDK\jdk8\jdk.exe.install.log\"'
Failed to install JDK. Exit code=-80
Error retrieving environment vars: remote file operation failed: C:\Jenkins-slave\tools\hudson.model.JDK\jdk8 at hudson.remoting.Channel@77e302e6:slave-stethu
Sending email to: [email protected]
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE

Running the same maven job with jdk7 required succeeds on the same slave:

Started by user anonymous
Building remotely on slave-stethu in workspace C:\Jenkins-slave\workspace\MyJob
Installing JDK jdk-7u67-oth-JPR
Downloading JDK from http://download.oracle.com/otn-pub/java/jdk/7u67-b01/jdk-7u67-windows-x64.exe
Downloading 135998368bytes
Installing C:\Jenkins-slave\tools\hudson.model.JDK\jdk7\jdk.exe
[jdk7] $ C:\Jenkins-slave\tools\hudson.model.JDK\jdk7\jdk.exe /s ADDLOCAL="ToolsFeature" REBOOT=ReallySuppress INSTALLDIR=C:\Jenkins-slave\tools\hudson.model.JDK\jdk7 '/L \"C:\Jenkins-slave\tools\hudson.model.JDK\jdk7\jdk.exe.install.log\"'
Cleaning local Directory trunk
[...]
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to