Skip to content

Instantly share code, notes, and snippets.

@hiradimir
Created September 1, 2013 13:41
Show Gist options
  • Save hiradimir/6404547 to your computer and use it in GitHub Desktop.
Save hiradimir/6404547 to your computer and use it in GitHub Desktop.
brew でインストールした jenkins でハマった @ OSX with tmux ref: http://qiita.com/yutavsky/items/825ecb8e35d1089df7a6
$ brew info jenkins
jenkins: stable 1.524, HEAD
http://jenkins-ci.org
/usr/local/Cellar/jenkins/1.524 (5 files, 179M) *
Built from source
From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/jenkins.rb
==> Caveats
To reload jenkins after an upgrade:
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.jenkins.plist
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.jenkins.plist
WARNING: launchctl will fail when run under tmux.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment