Skip to content

Instantly share code, notes, and snippets.

@kasoku
Last active August 29, 2015 14:23
Show Gist options
  • Save kasoku/bfd33edf63e6dac9d8fb to your computer and use it in GitHub Desktop.
Save kasoku/bfd33edf63e6dac9d8fb to your computer and use it in GitHub Desktop.
jenkinsサーバを作る

Homebrewをインストールする

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

インストール確認をバージョンを確認する

brew -version

updateをおこないましょう

brew update

git をinstall

brew install git

java をinstall

brew install cask

brew cask install java

jenkins をinstall

brew install jenkins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment