2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Jenkins】WindowsにJenkinsをインストール

Posted at

Jenkinsをインストール

1,https://www.jenkins.io/からダウンロードします。
2,下記の手順で設定を行います。

ダウンロードしたjenkins.msiを実行します。
image.png

image.png

image.png

ローカルで使用する場合は「Run Service as LocalSystem」を選択します。
image.png
ポート番号を設定します。
image.png
Javaが必要な為、インストールしていない場合は
https://www.java.com/ja/download/ie_manual.jsp
からインストールします。
image.png
作業のなかでJava(JRE or JDK)のホームディレクトリを記載する必要がある
必要とされるJavaのバージョンはJenkinsのバージョンによって違う
私の時は11か17を求められた
image.png
image.png

image.png

インストール後にFinishをクリックし、Jenkinsを起動する

自動的にブラウザでJenkinsが起動するらしいが、自分の環境ではしなかった
起動しない時は http://localhost:8080 にアクセスすれば良い

image.png
C:\ProgramData\Jenkins.jenkins\secretsのフォルダが作成されますので
secretsフォルダのinitialAdminPasswordを確認して入力します。
次にカスタマイズの設定がありますが、どちらでも問題ありません。
image.png
プラグインは、特に要望がない限りはInstall suggested pluginsで良いと思います。
image.png
管理者ユーザーの作成を行います。
image.png

image.png
image.png
image.png

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?