How to change Jenkins default folder on Windows where Jenkins runs as Windows service.
I want to change C:\Users\Coola\.jenkins
folder to d:\Jenkins
due to lack of space on C:
partition (Every build takes ~10MB of free space). I don't want to reinstall Jenkins
as Windows service. I just want to change folder of existing Jenkins
instance. In case of lack of global solution I could focus only on relocating jobs
folder.
Thanks in advance for your help.
C:\Users\Coola\.jenkins
folder to d:\Jenkins
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Jenkins\ImagePath
to "d:\Jenkins\jenkins.exe"