|
||||||||
|
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 |
||||||||
|
||||||||
|
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 |
||||||||
I had the same problem on windows 7. I discovered that the file "jenkins.xml" contains the following xml:
<env name="JENKINS_HOME" value="%BASE%"/>
This appears to set the enviroment variable to the jenkins base directory. When I commented out the XML line, jenkins used the directory I had set correctly.