How can I remove jenkins completely from linux

后端 未结 5 1505
执念已碎
执念已碎 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:40

    For sentOs, it's works for me At first stop service by sudo service jenkins stop

    Than remove by sudo yum remove jenkins

提交回复
热议问题