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

Bamboo offers a range of optional settings to make your deployment project function more smoothly. Environment variables allow you to assign specific variables to the execution of the deployment for the environment.

On this page:

 

 

デプロイ環境の変数を設定する

デプロイ環境変数は、環境パネルの [その他の設定] セクションの一部として設定されます。

To configure your environment variable:

  1. Open your deployment project and expand the relevant environment panel. In the Other settings section, click on the Variables button. The Variables screen will display:
  2. Enter a valid key and value into the relevant fields in the Variables screen
  3. Click on Add to add the variable scheme:
  4. You can remove unwanted variables by clicking on the relevant dustbin icon on the right hand side of the Variables screen
  5. Click on Back to deployment project to return.

Standard Bamboo variables

Bamboo manages a number of standard reserved variables that you can use in your deployment projects. These reserved variables also provide a useful insight into the way that Bamboo handles variables when creating your own.

Bamboo standard variables

Bamboo standard variableVariable format
Deployment project namebamboo.deploy.project
Deployment environment namebamboo.deploy.environment
バージョン名bamboo.deploy.version
次のバージョンbamboo.deploy.version.next

You can generate variables of your own, using a similar format, however you must ensure that you don't attempt to create a variable that is already in use by Bamboo.

  • ラベルなし