-
Bug
-
Resolution: Fixed
-
Minor
-
None
Afte moving my ~/.hudson to ~/.jenkins and starting jenkins using
java -jar jenkins.war
I've noticed jenkins 1.396 wasn't picking the new location.
Issue seems to come from http://grepcode.com/file/repo1.maven.org/maven2/org.jvnet.hudson/executable-war/1.17/Main.java#Main.getHomeDir%28%29
the getHomeDir is duplicated in the org.jvnet.hudson:executable-war Main class, causing winstone to extract the war before using the core/src/main/java/hudson/WebAppMain.java class