How to uninstall Jenkins on Mac system
1. Execute
from terminal
/Library/Application
Support/Jenkins/Uninstall.command
2. Or use
Finder to navigate into that folder and double-click on Uninstall.command.
3. If the
uninstallation script cannot be found, use:
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
4. if you
want to get rid of all the jobs and builds:
sudo rm -rf /Users/Shared/Jenkins
5. to delete
the jenkins user and group (if you chose to use them):
sudo dscl .
-delete /Users/jenkins
sudo dscl .
-delete /Groups/jenkins
No comments:
Post a Comment