Showing posts with label jenkins. Show all posts
Showing posts with label jenkins. Show all posts

Thursday, September 19, 2019

How to Uninstall Jenkins from CentOS

How to Uninstall Jenkins from CentOS
If your jenkins is running as a service instead of process you should stop it first using


sudo service jenkins stop
After stopping it you can follow the normal flow of removing it using commands respective to your linux flavour
For centos it will be
sudo yum remove jenkins
For ubuntu it will
sudo apt-get remove --purge jenkins

Top ChatGPT Prompts for DevOps Engineers

  As a DevOps engineer, your role involves juggling complex tasks such as automation, infrastructure management, CI/CD pipelines, and troubl...