How to completely uninstall jenkins in linux environment

Uninstall jenkins

One. rpm uninstall

	1、执行卸载  rpm -e jenkins
	2.检查是否卸载成功    rpm -ql jenkins 

2. Completely delete residual files:

	find / -iname jenkins | xargs -n 1000 rm -rf

.
.
.
Afterword: After I found out that my white shoes were dirty, my partner would brush me clean, so I decided to buy only white shoes from now on.

Guess you like

Origin blog.csdn.net/weixin_43945983/article/details/106135106