Skip to content

Instantly share code, notes, and snippets.

@tosik
Created March 18, 2014 09:18
Show Gist options
  • Select an option

  • Save tosik/9616445 to your computer and use it in GitHub Desktop.

Select an option

Save tosik/9616445 to your computer and use it in GitHub Desktop.
homebrew でインストールした jenkins の再起動
$ launchctl list | grep jenkins
28201 - homebrew.mxcl.jenkins
$ launchctl stop homebrew.mxcl.jenkins
$ launchctl list | grep jenkins
- 143 homebrew.mxcl.jenkins
$ launchctl start homebrew.mxcl.jenkins
$ launchctl list | grep jenkins
16812 - homebrew.mxcl.jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment