WORKING WITH QTP

TestEveryThinG

HOW TO UNINSTALL JENKINS

Posted by rajivkumarnandvani on January 13, 2015

How to uninstall Jenkins on Mac system

  1. Execute from terminal
  2. /Library/Application Support/Jenkins/Uninstall.command
  3. Or use Finder to navigate into that folder and double-click on Uninstall.command.
  4. If the uninstallation script cannot be found, use:
  5. sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
  6. sudo rm /Library/LaunchDaemons/org.jenkins-ci.plist
  7. sudo rm -rf /Applications/Jenkins “/Library/Application Support/Jenkins” /Library/Documentation/Jenkins
  8. if you want to get rid of all the jobs and builds:
  9. sudo rm -rf /Users/Shared/Jenkins
  10. to delete the jenkins user and group (if you chose to use them):

    11.sudo dscl . -delete /Users/jenkins

    12.sudo dscl . -delete /Groups/jenkins

   Get more info…

Baby Products

Leave a comment