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

IBM CloudでGitとJenkinsを連携させてみた(2.jenkins用仮想サーバ構築)

Last updated at Posted at 2021-12-24

#目的
IBM Cloud環境にて,gitおよびjenkinsを構築し,Jenkins と Git を連携させ、ビルド・リリースのためのCI/CD環境基盤を構築する

image.png

#手順詳細
###設定値
構築時に利用する設定項目は,以下の値で作成いたします。

設定項目 設定値
リソースグループ default
Gitリポジトリー名 Git_repo
ツールチェーン名 Git_Jenkins_Chain
仮想プライベート・クラウド名 vpc
仮想サーバ名 vpc_instance

##2.jenkins環境の構築

1.仮想プライベートの作成
##1.仮想プライベートの作成 仮想プライベート・クラウド,作成を選択 ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/2374963/ad9c5dd8-0a3d-9bf8-4afd-1a6392245531.png)

###仮想プライベート・クラウド名の入力,リージョンを選択し,作成を選択
仮想プライベート・クラウド名を「vpc」として入力
image.png
image.png

仮想プライベート・クラウドが作成されたことを確認
image.png

2.仮想プライベートの設定

##2.仮想プライベートの設定
作成したvpcを選択
image.png

デフォルト・セキュリティー・グループを選択
image.png

サブネットを選択
image.png

パブリック・ゲートウェイを公開
image.png

接続を選択
image.png

公開されたことを確認
image.png

3.仮想サーバの作成
##3.仮想プライベートの設定

接続済みリソースを選択
image.png

仮想サーバ名および設定を入力
仮想サーバ名は,「vpc_instance」
手順の中で必要となるsshキーの作り方はこちら

image.png
image.png
image.png
image.png

仮想サーバが作成されたことを確認
image.png

4.ネットワークの設定
##4.ネットワークの設定 作成した仮想サーバを選択 ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/2374963/7fc79178-e89e-badd-39d2-bc58de7a6138.png)

設定されているサブネットの編集を選択
image.png
image.png

新規の浮動IPを設定
image.png

浮動IPが設定されたことを確認
image.png

参考URL
参考URL ※1 sshキーの作り方 sshキー(秘密鍵・公開鍵)の作成と認証 流れ
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?