開発環境の変数

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

デプロイ変数

プロジェクトのデプロイ時に使用できる、複数の標準予約済み変数が Bamboo によって管理されています。 

名前が繰り返される場合、次のリストで後にある変数が前の変数をオーバーライドします。

  • グローバル変数
  • project variables of the plan linked to the deployment project
  • plan variables of the plan linked to the deployment project
  • 以下に定義されているリリース変数
  • user variables defined at the environment level
  • 次の表の自動生成変数
変数説明
bamboo.agentIdThe id of the agent that the deployment is executed on.
bamboo.agentWorkingDirectoryエージェントの作業ディレクトリへのパス。これは Bamboo の作業ディレクトリとは異なります。
bamboo.build.working.directoryBamboo の作業ディレクトリへのパスです。これはビルド計画とデプロイ プロジェクトの両方で使用されます。
bamboo.deploy.environmentリリースがデプロイされる環境の名前。
bamboo.deploy.projectデプロイ プロジェクトの名前。
bamboo.deploy.rollbackデプロイされるリリースが置き換えられるリリースよりも古い場合に当てはまります。

bamboo.deploy.release

bamboo.deploy.version

The name of the release that is being deployed. Either .release or .version can be used. Both return the name of the release being deployed.

bamboo.deploy.release.previous

bamboo.deploy.version.previous

The name of the release that is being replaced (if available). Either .release or .version can be used. Both return the name of the release being replaced.
bamboo.resultsUrlThe URL to the screen in Bamboo that displays build results.
bamboo.triggerReason.key

The trigger key that caused the deployment to launch. For example:

com.atlassian.bamboo.plugin
.
system.triggerReason
:ManualBuildTriggerReason

ビルド計画に関連する Bamboo 変数やリリースについては、「Bamboo 変数」を参照してください。

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

Deployment environment variables are configured as part of the Other environment settings section of the environment panel.

環境変数を設定する手順は以下のとおりです。

  1. Open your deployment project and expand the relevant environment panel. In the Other environment settings section select Variables.
  2. [変数] 画面の関連フィールドに有効なキーと値を入力します。
  3. Select Add to add the variable scheme.
    Edit environment variables screen
  4. You can remove unwanted variables by selecting the relevant cross icon next to variables.
  5. Select Back to deployment project to return.
最終更新日 2023 年 7 月 10 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.