Re: update user.home variable on slave node

2015-06-14 Thread corneil.duples...@gmail.com
The java system property user.home is determine to be the home folder as configured in the operating system for the 'current' user. In the case of a slave node your configuration of the slave user on the slave operating system will determine user.home. I am interested to know why you would want th

update user.home variable on slave node

2015-06-12 Thread Ashish Yadav
The system properties for the slave node is showing user.home as /home/jenkins Where is this defined and how do I force/change it to /var/lib/jenkins? I already set the $HOME on the slave node to /var/lib/jenkins but the system properties file is not being updated to reflect that. -- You recei