[Bamboo Knowledge Base]
This table lists the ways in which plan builds can be triggered in Bamboo.
Triggering option | Description |
---|---|
Polling the repository for changes | Bamboo will 'poll' the selected source code repositories for code changes, using either a specified interval (that is, periodically) or a schedule. If Bamboo detects code changes, a build of the plan is triggered.
|
Repository triggers the build when changes are committed | Bamboo waits to receive a message about changed code from any of the selected source code repositories. When Bamboo receives such a message, a build of the plan is triggered.
See Repository triggers the build when changes are committed. |
Cron-based scheduling | Bamboo will trigger scheduled builds of this plan based on a cron expression.
|
Single daily build | Bamboo will trigger a build of the plan once per day at a specified time.
See Single daily build. |