Can't uninstall Jenkins no matter what I do

Viewed 23

I'm trying to uninstall Jenkins because I'm stuck with the login page and I just can't get it to work properly. I've tried to remove it using the brew command brew uninstall jenkins-lts and at first it seemed to work but then after I visit localhost:8080 it is still there!

So I went to the ~/.jenkins folder and removed it...I don't have any Jenkins folder in /Application directory.

I even killed the running process at port 8080 with lsof -t -i tcp:8080 | xargs kill but that is not working! Jenkins login page is still there.

How can I, once and for all, delete Jenkins?

0 Answers
Related