[Bamboo Knowledge Base]
You can configure Bamboo to poll the repository for source code changes, either:
If Bamboo detects a change in the source code, a build of your plan is triggered.
To configure Bamboo to poll the repository for source code changes:
Choose a polling strategy:
Periodically | Enter a Polling Frequency value (in seconds) for the time between when Bamboo checks for repository changes. |
Scheduled | Click the edit icon () to use the Schedule Editor to set the polling schedule. Note, this is a schedule for polling your repository: a plan build will only be triggered if there are source code changes. See Triggering builds. Note that for the Cron Expression option, a cron expression consists of 6 mandatory and one optional field. The fields in sequential order are: seconds, minutes, hours, day-of-month, month, day-of-week and (optional) year. For example, 0 0 1 ? * 1#2 . For information on Cron expressions, see this FAQ: Constructing a cron expression in Bamboo |
Click Save Trigger.