Created
March 18, 2014 09:18
-
-
Save tosik/9616445 to your computer and use it in GitHub Desktop.
homebrew でインストールした jenkins の再起動
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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