デプロイ環境は、次に示すように、[Deployment project configuration (デプロイ プロジェクトの設定)] 画面から追加します。
新しいデプロイ環境を作成する
新しいデプロイ環境を作成するには、次の手順に従います。
- Click the blue Add environment button from the 'Deployment project configuration' screen. The 'Set up environment' screen will display:
以下のフィールドを使用して、「デプロイメント プロジェクトのセットアップ」画面を完了します。
フィールド説明Optional?環境名 環境の名前 説明 デプロイメント プロジェクトの簡単な説明 - Click on Create and back to create the environment and return to the 'Deployment project configuration' screen.
Note: Because no tasks have been defined for this environment, it will appear with a red exclamation mark:
Alternatively, click on Continue to task setup to continue to task setup for your new environment:
See Tasks for deployment environments for more information on task configuration.
デプロイ環境パネルを使用する
デプロイ環境はいずれも、[Deployment project configuration (デプロイ プロジェクトの設定)] 画面で管理します。既定では、画面が読み込まれると、各環境パネルは折りたたまれた状態で表示されます。[Edit (編集)] をクリックして、デプロイ環境パネルを展開します。
環境パネルを展開すると、3 つの別々のサブパネルが表示されます。
3 つのサブパネルには次の機能があります。
| サブパネル | 機能 | 説明 |
|---|---|---|
| 環境 |
|
|
| How you want to deploy (デプロイ方法) |
|
|
| その他の設定 |
| 一連のオプション設定を使用して Bamboo のデプロイをより円滑に実行できます |
環境の詳細を編集する
Bamboo では、環境の名前と説明の両方を変更できます。これらの詳細を編集するには、次の手順に従います。
- 環境パネルを展開し、環境名の横にある鉛筆アイコンをクリックします。[Update environment (環境の更新)] 画面が表示されます。
次のフィールドを使用して、[Update deployment project (デプロイ プロジェクトの更新)] 画面にデータを入力します。
フィールド説明Optional?環境名 環境の名前 説明 デプロイメント プロジェクトの簡単な説明 - [Save environment (環境を保存)] をクリックして変更を保存します。







1 Comment
Richard Barbalace
Oct 30, 2013There seems to be a vital piece of information missing here: How do you tie environments to branches?
I have set up a build project with branches: Development, QA, Staging, and Master. These are linked to the branches on my GIT repository and they build successfully using those branches.
I have also set up environments: Development, QA, Staging, Production, and Demo. When I create a release, it is linked to the build project (specifically the default Development branch of source repository). There does not appear to be a way to link a release to a different branch.
I want to specify the branch to use for the release so I can link the appropriate source repository branch to the appropriate environment. That is, I want to create a Development release from the Development branch that I can deploy to the Development environment, a QA release from the QA branch that I deploy to the QA environment, a Staging release from the Staging branch that I can deploy to the Staging environment, and a Master release from the Master branch that I can deploy to the Production and Demo environments.
How do I do this? Or is there some other prefered way of accomplishing this?