Jenkins failed to start in linux

后端 未结 6 1033
北荒
北荒 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:28

    Instead, you can run the following before the install to properly clean up any conffiles left by the distro version:

    sudo apt-get purge jenkins
    

    Then install the correct version.

提交回复
热议问题