Versions Compared

Key

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

...

  • With Associate Changesets set to 'Latest':  Fixed deadlock bug. issue #3199.
  • With Associate Changesets set to 'All since last successful build': Fixed deadlock bug. issue #3199, Minor UI fixes, fixed show stopper bug #544.

You also get the option to only send notifications to users who triggered the build.

Trigger Branch (for branch-aware repositories)

...

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

The regular expression entered in the screen shot above below is ^feature-.*. This will match any branch in your a Git or Mercurial repository that starts with feature-

Note that the regular expression matches against the full branch path which depends on the repository type as follows:

Git and Mercurial:              branchname
TFS and Plastic SCM:         /branchname
Subversion:                        /branches/branchfolder/

So the pattern in the above example would be ^/feature-.* for TFS and Plastic SCM and ^/branches/feature-.* for Subversion.

Trigger Tags (for tag-aware repositories)

...