Versions Compared

Key

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

...

For more in-depth explanations on property collectors see Managing Property Collectors.

Alternatively, you can select the Custom option from the Using drop down list and specify a path in the resulting input field that will be displayed. Please read Why it's a good idea to use a property collector before using this option.

...

  • Single Branch: Only monitor a single branch of the repository. When you select this option, you need to provide a Default Path which is the value of the branch you want Continua CI to monitor.

  • By Pattern: Monitor any branch in the directory provided in the Branches Path field that matches the pattern you provide in the Branch Pattern field. The Branch Pattern field accepts a regular expression which is matched against directories under the Branches Path in your Subversion repository. Since the pattern can potentially match more than one branch, you also need to provide a Default Path value so Continua CI knows what to use for a build when no branch is selected.

     e.g. 
Branches PathBranch Pattern
/branches//[^/]+/
//branches/[^/]+/
/project/branches//final[^/]+/
/branches//(Project1|Project2)/[^/]+/

...


Default Path

Enter the path which represents the default trunk or branch to monitor. The path should start and end with /. 

...