すべてのバージョン
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
"Polling the Repository for changes" means that Bamboo will check out the source code on a regular basis and examine it for changes. If Bamboo detects a change, Bamboo triggers a build of your Plan.
You can configure Bamboo to poll the repository for changes periodically (e.g. every 180 seconds) or based on a schedule (e.g. the second Sunday of every month at 5:00 am).
On this page:
To trigger a Plan's build by polling its source repository for changes:
Screenshot above: Polling the repository for changes
You can use the Schedule Editor to set up a polling schedule for your repository. Note, this is a schedule for polling your repository for changes (that can then trigger a build), not a schedule for directly triggering Plans.
The schedule can be daily (times per day), weekly (days per week), monthly (days per month) or based on a Cron expression.
To trigger a Plan's build by polling its source repository for changes:
0 0 1 ? * 1#2
. For information on Cron expressions, see this FAQ: How do I construct a cron expression in Bamboo
![]() |
![]() |
![]() |
![]() |
1. Daily
|
2. Week
|
3. Month
|
4. Cron
|
Screenshots: Scheduling polling for changes
Triggering a Plan Build when Code is Updated
Triggering a Plan Build Based on a Schedule