Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: core
Created: 18/Dec/13 9:17 AM
Description:

JENKINS 1.544 ignores env var JENKINS_HOME for the WAR extraction.

D:\temp>set JENKINS_HOME=D:\temp\jserver

D:\temp>java -jar jenkins-1.531.war
Running from: D:\temp\jenkins-1.531.war
webroot: EnvVars.masterEnvVars.get("JENKINS_HOME")
18.12.2013 10:13:21 winstone.Logger logInternal
INFO: Beginning extraction from war file

=> extracts to D:\temp\jserver\war

D:\temp>set JENKINS_HOME=D:\temp\jserver

D:\temp>java -jar jenkins-1.544.war
Running from: D:\temp\jenkins-1.544.war
webroot: EnvVars.masterEnvVars.get("JENKINS_HOME")
18.12.2013 10:15:15 org.eclipse.jetty.util.log.JavaUtilLog info
INFO: jetty-8.y.z-SNAPSHOT
18.12.2013 10:15:17 org.eclipse.jetty.util.log.JavaUtilLog info
INFO: Extract jar:file:/D:/temp/jenkins-1.544.war!/ to C:\Documents and Settings\...\Local Settings\Temp\jetty-0.0.0.0-8080-jenkins-1.544.war-any\webapp

=> extracts to C:\Documents and Settings\...\Local Settings\Temp\jetty-0.0.0.0-8080-jenkins-1.544.war-any\webapp, why?

Environment: Windows XP
Project: Jenkins
Labels: windows jenkins
Priority: Major Major
Reporter: Sascha Vet
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to