The functionality discussed on this page is only available in the Bamboo 5.0 EAP beta release.

 

Bamboo を使用してプランからデプロイメント プロジェクトを作成すると簡単です。

デプロイメントは以下を保持するコンテナです。

  • QA、ステージング、本番環境などの物理環境を表す環境 
  • Versions which represent the actual software artifacts being deployed - these include the issues and commits which make up the version.

To create a new deployment project you will need to:

  1. プロジェクトを表す名前と説明を指定します。
  2. Associate the project with a Plan that produces the artifacts you will snapshot in a Version and deploy to the environment.

On this page:

新しいデプロイメント プロジェクトの作成

新しいデプロイメント プロジェクトを作成する方法

  1. Click on Create > Create deployment project in the drop down menu from the header bar. The 'Setup deployment project' screen will appear:
  2. 以下のフィールドを使用して、「デプロイメント プロジェクトのセットアップ」画面を完了します。

    フィールド説明 Optional?
    関連するビルド プランThe name of the plan you wish to associate with the deployment project Hint: This field identifies the source of your deployment artifacts(error)
    名前デプロイメント プロジェクトの名前(error)
    説明 デプロイメント プロジェクトの簡単な説明(tick)
  3. Click on the Create deployment project button. The deployment project configuration screen will display:

    Your deployment project has been created with the build plan relation, name and description you specified. It is now ready for configuration.

既存のデプロイメント プロジェクトの詳細の編集

Bamboo では、既存のデプロイメント プロジェクトの詳細を編集することができます。

既存のデプロイメント プロジェクトの詳細を編集する方法

  1. From the deployment project configuration screen, click the Edit details button. The Update deployment project screen will display:


  2. 以下のフィールドを使用して、「デプロイメント プロジェクトの更新」画面を完了します。

    フィールド説明 Optional?
    関連するビルド プランThe name of the plan you wish to associate with the deployment project Hint: This field identifies the source of your deployment artifacts(error)
    名前デプロイメント プロジェクトの名前(error)
    説明 デプロイメント プロジェクトの簡単な説明(tick)
  3. デプロイメント プロジェクトの保存をクリックして変更を保存します。

Configuring version naming

Bamboo's version naming configuration allows you to control:

  • What Bamboo will call the next version the deployment project generates
  • Automatic incrementing of the version number each time a new version is created
  • Automatic incrementing of the version number as specified by a global variable each time a new version is created.

To configure your version naming strategy:

  1. Click the Version naming button on the 'Deployment project configuration' screen to display the 'Version naming' screen:
  2. Complete the 'Version naming' screen using the following fields:

    フィールド説明 Optional?
    Next version nameThe identification for the next version that Bamboo will create by replacing the ${bamboo.buildNumber} term with the numbering strategy of your choice. For example 1.0-m1.(error)
    Auto increment version nameCheck this box to automatically increment the version number according to the 'Next version name' field, as defined above.(tick)
    Auto increment global variablesYou may set Bamboo to increment version numbers according to a global variable. The global variables available will appear as part of the drop down menu in the 'Next version name field', however this field must be checked to activate global variable functionality. Available global variables will appear in the drop down menu when the 'Auto increment global variables' box is checked.(tick)
  3. [保存] ボタンをクリックして変更を保存します。

デプロイメント プロジェクト権限の設定

Bamboo では、デプロイメント プロジェクトを表示および編集する権限を持つユーザーを制御することができます。

権限戦略を設定する方法

  1. Click the Permissions button on the 'Deployment project configuration' screen to display the 'Edit permissions' screen:
  2. ユーザーの追加またはグループの追加ボタンをクリックして、ユーザーまたはグループを検索して追加します。

  3. 関連する「表示」および「編集」権限ボックスにチェックを入れて、目的の権限スキームを割り当てます。
  4. 保存をクリックして権限スキームを保存します。
  • ラベルなし