You know How to uninstall/remove Jenkins Application? It’s simple.
How to uninstall / remove Jenkins Application
If you having ‘Uninstall Script’, just find Uninstall.command and execute that. You can mostly find it from following folder,
/Library/Application Support/Jenkins/Uninstall.command
If script author is not provide the ‘Uninstall Script’ means, just run following command lines. First open command prompt and,
1 2 3 |
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist sudo rm /Library/LaunchDaemons/org.jenkins-ci.plist sudo rm -rf /Applications/Jenkins "/Library/Application Support/Jenkins" /Library/Documentation/Jenkins |
If you want to delete User of Jenkins, use below command line,
sudo dscl . -delete /Users/jenkins
If you want to delete Groups of Jenkins, use following cmd line,
sudo dscl . -delete /Groups/jenkins
If you want clear all the builds and jobs, use following command line,
sudo rm -rf /Users/Shared/Jenkins
Notes:
1) If you want to manually Restart / Shutdown Jenkins? Go to here.
The following two tabs change content below.
Latest posts by KarSho (see all)
- Step to install missing Perl Modules - November 30, 2019
- Installation of MAMP Server - November 23, 2019