Skip to content

Instantly share code, notes, and snippets.

@heshed
Created December 18, 2014 01:18
Show Gist options
  • Save heshed/45b774782896f6873a0f to your computer and use it in GitHub Desktop.
Save heshed/45b774782896f6873a0f to your computer and use it in GitHub Desktop.
OSX jenkins help9
To have launchd start jenkins at login:
ln -sfv /usr/local/opt/jenkins/*.plist ~/Library/LaunchAgents
Then to load jenkins now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.jenkins.plist
Or, if you don't want/need launchctl, you can just run:
java -jar /usr/local/opt/jenkins/libexec/jenkins.war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment