グローバル変数を定義する
プランを設定する際には、ビルド プロセスで使用する変数を指定するのが望ましい場合があります。変数の使用方法の詳細については、「Bamboo 変数」を参照してください。
グローバル変数は、利用可能な変数タイプの 1 つです。グローバル変数は Bamboo インスタンス全体を対象として定義され、Bamboo によってビルドされるすべてのプランに同じ値が適用されます。すべてのプランではなく、特定のプランを対象として変数を定義する場合は、「プラン変数を定義する」の説明に従って、プラン変数を定義します。
グローバル変数には、${bamboo.globalVarName
} を使用してアクセスできます。グローバル変数は、手動ビルドの実行時にオーバーライドすることもできます。詳細については、「プラン ビルドを手動で実行する」を参照してください。
To access the Global variables page:
- From the top navigation bar select > Build resources > Global variables.
- Add, update, or delete the global variables, as desired:
- Add a new variable once you have entered the key and value for it.
- 既存の行の更新は、テーブルのセル間を移動すると保存されます。
- Select the cross icon to delete a variable. Bamboo will ask you to confirm its deletion.
Note that if your new global variable contains the word password, then the value field will be automatically encrypted. If you change a variable to include the word password, then the value field will change from viewable text to an asterisk string.