We had a planned outage this weekend and servers where restarted. This also included the server wherein Jenkins is installed. Jenkins is installed as a service on linux environment. When trying to start Jenkins, I am getting an error saying “JENKINS_HOME directory does not exist: /u01/dev/Jenkins”. However, this directory does exist. Please assist as it has become a blocker for my automated builds.
I have tried the below till now: [root@pdlvde Jenkins]# /sbin/service jenkins restart JENKINS_HOME directory does not exist: /u01/dev/Jenkins [root@pdlvde Jenkins]# /sbin/service jenkins stop JENKINS_HOME directory does not exist: /u01/dev/Jenkins [root@pdlvde Jenkins]# -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Jenkins-not-locatin-jenkins-home-though-it-exists-tp4692909.html Sent from the Jenkins issues mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
