Jenkins losing configuration -


i downloaded jenkins war , su jenkins user , ran following command

java -jar jenkins.war 

i setup configuration , when rebooted computer , loaded up, configuration gone. checked /home/jenkins/.jenkins , directories appear there. looking @ system info section in jenkins see home directory set right

home   /home/jenkins 

thoughts?

ok figured out. had jenkins user export jenkins_home variable , did it


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -