Skip to content

Instantly share code, notes, and snippets.

View abola's full-sized avatar

Abola Lee abola

  • deltaww.com
  • Taipei, Taiwan
View GitHub Profile
@abola
abola / gist:d1d9b0b5dd2e5721d766ae973a250ba2
Created January 14, 2019 06:37 — forked from ehuynh/gist:2572398
Start and Stop Jenkins on OSX
# start
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
# stop
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist