LoginSignup
0
0

More than 3 years have passed since last update.

macにJenkinsをインストールする

Last updated at Posted at 2020-05-23

概要

homebrewを利用して、macにjenkinsをインストールします

homebrewのインストール

homebrewとは、mac用のパッケージ管理システムです。

以下、公式サイトにも書かれていますが、ターミナルで次のコマンドを実行しインストールします。

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

■ macOS 用パッケージマネージャー — Homebrew
https://brew.sh/index_ja.html

AdoptOpenJDKのインストール

JenkinsのインストールにJDKが必要なため、次のコマンドでAdoptOpenJDK8をインストールします。

brew cask install homebrew/cask-versions/adoptopenjdk8

Jenkinsのインストール

次のコマンドでインストールしましょう。

brew install jenkins

以上でJenkinsのインストールは完了です。

次の記事 で、起動からセットアップまで進めたいと思います。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0