2
0

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.

CI環境構築はまりごと

Last updated at Posted at 2022-01-31

Jenkinsポート周りの設定

CI環境構築する上で地味にはまった個所を備忘録として残します。
(今後業務で複数のslavePCの設定をする予定なので。。。)

展開事項1

はまりごと

Jenkinsマスタサーバの置き換える際に、localhostにつながらなくなった。

原因

ファイアウォールの詳細設定が必要だが、設定されていなかった。

解決策

[コントロールパネル]→[システムとセキュリティ]→[Windows Defender ファイアウォール]→[詳細設定]→[受信の規則]→[Jenkins]→[プログラム]に'java.exe'の絶対パスを設定する。
img1.png

展開事項2

はまりごと

slavePCからmasterPCにアクセスできない。

原因

ポートの設定

解決策

[ダッシュボード]→[グローバルセキュリティの設定]→[Agents]を'固定','5900'と設定
2022-01-31-22-25-08.png

[ダッシュボード]→[設定]→[Jenkinsの位置]を'http://<IPアドレス>/'と設定
2022-01-31-23-13-53.png

[Jenkins]→[jenkins.xml]の--httpPortを'5900'と設定
2022-01-31-23-21-05.png

[コントロールパネル]→[システムとセキュリティ]→[Windows Defender ファイアウォール]→[詳細設定]→[受信の規則]→[Jenkins]のリモートアドレスにMasterサーバへのアクセスを許可するslaveサーバのIPアドレスを追加する。
2022-01-31-23-26-19.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?