Versions Compared

Key

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

...

  1. 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 to monitor.

  2. 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 all directories under the branches Branches Path in your mercurial repositorySubversion repository. Since the pattern can potentially match more than one branch, you also need to provide a Default Path value so Continua 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)/[^/]+/



...