|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-12667) No possibility to specify ... [email protected] (JIRA)
- [JIRA] (JENKINS-12667) No possibility to spe... [email protected] (JIRA)
- [JIRA] (JENKINS-12667) No possibility to spe... [email protected] (JIRA)
- [JIRA] (JENKINS-12667) No possibility to spe... [email protected] (JIRA)

As an update, further reading of the code has shown that it is possible to achieve what I (and possible the issue author requests through specifying a system property on startup of the jenkins master node.
I've updated my jenkins startup script to pass:
-Dhudson.model.Slave.workspaceRoot=e:/
This is interpreted seperately from the JENKINS_HOME variable so I'm able to have separate local jenkins working files, but a shared disk location for all the slave workspaces, which is exactly what I wanted to achieve. Be aware this will affect all nodes however!