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
if you are ubuntu user than try this:
sudo apt-get remove jenkins sudo apt-get remove --auto-remove jenkins
'apt-get remove' command is use to remove package.