Installation brew
# Install Jenkins via Homebrew
brew install jenkins
# Start the Jenkins service
brew services start jenkinsAfter installation, Jenkins runs on http://localhost:8080 by default.
Un-install:
brew services stop jenkins
brew uninstall jenkins
# Remove Jenkins data
rm -rf ~/.jenkins