How can I remove jenkins completely from linux

后端 未结 5 1570
执念已碎
执念已碎 2021-02-03 17:30

I have deleted jenkins all directories from different folders. But still when I access URL it is showing me jenkins login.

I want to uninstall jenkins completely. Have t

5条回答
  •  我在风中等你
    2021-02-03 17:57

    On Centos7, It is important to note that while you remove jenkins using following command: sudo yum remove jenkins

    it will not remove your users and other information. For that you will have to do following: sudo rm -r /var/lib/jenkins

提交回复
热议问题