All Versions
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
Triggering a build when code is updated ensures that a build only occurs when necessary. There are two ways to trigger a build when code is updated:
Polling the repository for code changes means that Bamboo will check-out the source-code on a regular basis, and examine it for changes. If Bamboo detects a change, it will trigger a build. See 3.2.1 Polling the Repository for Code Changes.
Triggering a build on code check-in has the advantage of placing minimal load on your Bamboo server, but requires that the repository is configured to fire an event to the Bamboo server. See 3.2.2 Triggering a Build on Code Check-in.