Versions Compared

Key

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

...

Tick this to restrict any notifications, due to subscriptions on builds started by this trigger, only to the users who committed changes to the triggering repository which are associated with the build.

...

When this option is selected, the trigger will start a build if a change was made to the repository's default branch. The default branch is specified within the Repository Options, can be overridden in the Configuration Repository Branch Mappings or the trigger Branch Mappings  .


Pattern matched branch

When this option is selected, the trigger will start a build when a change is made to a branch and the full branch path matches the regular expression you supply. 

...

Tick this if to match file and folder paths independent of the character case.

Note

The patterns are regular expressions, so if you wish to match characters such as '.' and '\' literally they need to be escaped. e.g. '\.' and '\\'.

The patterns are matched against the relative path from the branch head or, for non-branch repositories, the repository root. This does not include a leading slash.

e.g. To exactly match 'http://domain/repo/branch/subfolder/sourcefile.pas' use the pattern 'subfolder\/sourcefile\.pas'; to match all '*.pas' files under 'subfolder' use the pattern 'subfolder\/[^\.]*\.pas'

Comment Filters

Comment Patterns

...