Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a change set is detected on the selected repository, a build is created and put in the Build Queued state. It sits in the queued state until the quiet period expires. While in the quiet period, additional commits to the repository won't trigger new builds but instead append those change sets to the build that's in the quiet period. This is useful when you want to group a set of quickly commited changes into one build.

...

Branch Aware Version Control System

...

Options

The options for a Repository Trigger differ slightly depending on the type of repository you select from the drop down. If it's a distributed version control system (DVCS), Branch Aware respository (Mercurial,Git, Subversion, PlasticSCM) you will get additional options such as which branches will trigger a build.

...

When this option is selected, the trigger will start a build if any changes are made to any branch. You also get the option to only send notifications to users who triggered the build.

...

When this option is selected, the trigger will start a build when a change is made to a branch whose name matches the regular expression you supply. You also get the option to only send notifications to users who triggered the build.

...