Skip to content

Instantly share code, notes, and snippets.

View krupet's full-sized avatar
🇺🇦

Petro Krutsiuk krupet

🇺🇦
View GitHub Profile
@krupet
krupet / gist:6b9efaf239b7bda64a232a8d0be26e0f
Created August 23, 2019 14:51 — 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