Jenkins failed to start in linux

后端 未结 6 1035
北荒
北荒 2021-02-12 10:30

go to run jenkins after doing an upgrade, and get the following:

start jenkins
start: Job failed to start

That\'s it...nothing shows up in jenk

6条回答
  •  猫巷女王i
    2021-02-12 11:26

    I went to see the jenkins logs tail -f /var/log/jenkins/jenkins.log

    In my case it didn't start because I used incompatible java version. Update and make sure it sees correct java (In my case it should have been opened using JRE 1.7. To check, please use java -version command) and all should work

提交回复
热议问题