Downloads (PDF, HTML & XML formats)
[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.
However, there can be scenarios where you do not want the plan to be automatically triggered:
To start a plan build manually:
Locate the relevant plan on the Dashboard.
Click the Run icon
for the plan.Alternatively, if you are viewing the plan, simply click the Run menu.
On this page:
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 | Choose a repository revision to use for the build. Note that:
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 |
Build Variables | Click Override a variable to choose another variable to override. |
Stages | Choose the stages that should be run. |
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.