Jenkins failed to start in linux

后端 未结 6 1037
北荒
北荒 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条回答
  •  粉色の甜心
    2021-02-12 11:15

    The following worked for me:

    sudo rm /etc/init/jenkins.conf
    sudo update-rc.d jenkins defaults
    sudo service jenkins start
    

    Then....

    root@core:/# service jenkins start
    * Starting Jenkins Continuous Integration Server jenkins                    [ OK ] 
    

    Borrowed from: https://groups.google.com/forum/#!msg/jenkinsci-users/eW_yEWLojFc/tFhb8DKoRHUJ

提交回复
热议问题