Hello basically i think you have to: 1. shutdown your jenkins instance 2. move the folder /path/to/old_jenkins_home to the new location /path/to/new_jenkins_home 3. create an environment variable JENKINS_HOME, which value is /path/to/new_jenkins_home 4. start your jenkins instance
You should then get the same jenkins as before Depending on how you use Jenkins (windows service, linux package, tomcat app), then what can differ is the way of setting/providing the JENKINS_HOME environment variable https://stackoverflow.com/questions/14139168/how-can-i-point-jenkins-to-another-jenkins-home-directory Le vendredi 19 février 2016 16:51:59 UTC+1, Hector Magnanao a écrit : > > How do I change the home directory for Jenkins without having to reinstall > ? And how do I verify the new home directory once it's changed ? > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d8b7a88b-b2ac-4ad0-88d4-c8962601d13b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
