[Bamboo OnDemand Docs]
[Bamboo Knowledge Base Home]
Typically in Bamboo, your build plans are configured to be automatically triggered when code changes are committed to the working repository, or according to a schedule.
しかし、次のように計画を自動でトリガーしたくないシナリオもあります。
計画ビルドを手動で開始するには、次の手順を実行します。
Locate the relevant plan on the Dashboard.
Click the Run icon for the plan.
計画が表示されている場合は、[実行] メニューをクリックするだけです。
このページの内容
If you trigger a plan build manually, you can customise the following aspects of how the plan is run (when these are available):
To run a customised plan build:
Customise the following aspects of the plan:
| revision | ビルドに使用するリポジトリのリビジョンを選択します。 注意:
外部項目を利用する Subversion リポジトリに関する注意事項 外部項目を利用する Subversion リポジトリでカスタム リビジョンのビルドを実行すると、 |
| ビルド変数 | 上書きする別の変数を選択するには、[Override a variable (変数を上書き)] をクリックします。 |
| ステージ | 実行するステージを選択します。 |
1 Comment
Anonymous
Oct 23, 2013The above stated limitation:
Note for Subversion repositories that make use of externals
When running a build with a custom revision on a Subversion repository with externals, Bamboo will choose the latest revision in the external repository. This is because Subversion externals always use the latest version and cannot be fixed at a specific revision.
...makes the choice of the revision useless for the Subversion repositories that do make use of externals. For this reason, it would be good if the Revision UI control could be turned off on the plan level - the users can wrongly assume that they can rebuild an exact older revision of the code, whereas they would get a mix.
BTW -Subversion externals can be fixed to specific revisions, but this is not relevant in the above context.