The build strategy for a plan determines how a build is triggered.
This table lists Bamboo's available 'build strategies', which determine how the execution of a plan (i.e. a build) is triggered. You set a Build Strategy option on the Plan Details tab of the plan configuration.
Build strategy option
Description
Reason for choosing
Code is updated
Polling the Repository for changes
Bamboo will 'poll' the source code repository for changes based on either of the following:
set intervals (periodically)
a schedule.
If Bamboo detects a change to any code in this repository, a build of this plan will be triggered.
But it does mean that your SCM must service a 'check out' or 'update' command whenever it is polled, even if no code has changed in the repository.
Repository triggers the build when changes are committed
Bamboo will wait to receive a message from the source code repository (specified above) about any code changes in this repository. When Bamboo receives such a message, Bamboo will trigger a build of this plan.
Add Comment