Skip to content

Instantly share code, notes, and snippets.

View eserdinyo's full-sized avatar
🏠
Working from home

Muhammet ESER eserdinyo

🏠
Working from home
View GitHub Profile
@eserdinyo
eserdinyo / gist:7530f43f9ad3e976b6a78e64190c538f
Created September 30, 2019 18:11 — 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