Versions Compared

Key

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

...

Repository Trigger Options

Image Modified

Repository

The repository related to this trigger (these are presented on the 'Repositories' tab).

...

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.

Image Modified

Default Branch

 

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.

...

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

Image Modified

Trigger Tags (for tag-aware repositories)

...

When this option is selected, a page of additional options will appear. If at least one of the conditions is met, a build will be initiated. Please note the tag detection must also be enabled in the settings for the selected repository.

Image Modified

Trigger on new tags

When a new tag is detected, a new build will be triggered .

...

When this option is selected, a page of additional options will appear. If at least one of the conditions is met, a build will be initiated. Please note the tag detection must also be enabled in the settings for the selected repository. 

Image Modified

Tag Pattern

A regular expression pattern defining which tags to consider

...