I am running Jenkins version 1.527 (I know there is a newer version but it is broken, I can't use the user interface in 1.528 and haven't gotten a chance to upgrade to 1.529)
I am trying to change the user.home system property in Jenkins by doing this in my startup script:
export HOME=/new-home-dir
However, the environment variable shows correctly in jenkins and user.dir shows as the exported variable, but user.home does not change.
The reason I can't use the default functionality is because I am in an enterprise that locks down the user's home directory and my user can add or modify files there.
Any help on changing user.home would be greatly appreciated.
FYI - I am running Jenkins on RHEL v6.2
Attempted Solutions
I found another workaroud.
This overrides that path.