-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Windows 8 Professional 64-Bit
Dell Inspiron N5110
6GB RAM
Intel i5 Quad Core Processor
The current release of Jenkins (1.503) is ignoring the JENKINS_HOME environment variable on Windows 8. I am actually starting Jenkins with a batch file, as I am planning on running it from a USB 3.0 External Hard Drive.
The batch file is as follows
------
set JENKINS_HOME=%~dp0\.jenkins
"%~dp0\Jenkins\jre\bin\java.exe" -jar "%~dp0\Jenkins\jenkins.war" --httpPort=8080
------