![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
current |
|
Assignee:
|
Unassigned |
|
Attachments:
|
Windows Installer error.png |
|
Components:
|
core |
|
Created:
|
27/Nov/12 4:30 PM
|
|
Description:
|
The auto-install of the jdk (7u7) hangs on my windows slaves. It seems that the command contains too many "\". The console output shows:
[JDK_7u7] $ C:\Jenkins\tools\JDK\JDK_7u7\jdk.exe /s /v /qn /L \"C:\Jenkins\tools\JDK\JDK_7u7\jdk.exe.install.log\" REBOOT=ReallySuppress INSTALLDIR=\"C:\Jenkins\tools\JDK\JDK_7u7\"
Running that command manually on the slave gives a pupup(see attachment)
To make it work I had to remove 4 "\". Seems like there might be some escape character that actually is output as the command? This command runs successfully:
[JDK_7u7] $ C:\Jenkins\tools\JDK\JDK_7u7\jdk.exe /s /v /qn /L "C:\Jenkins\tools\JDK\JDK_7u7\jdk.exe.install.log" REBOOT=ReallySuppress INSTALLDIR="C:\Jenkins\tools\JDK\JDK_7u7"
|
|
Environment:
|
Windows 7
|
|
Project:
|
Jenkins
|
|
Labels:
|
jenkins
slave
auto-install
|
|
Priority:
|
Major
|
|
Reporter:
|
Halvor Platou
|
|
|
|
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
|