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 that matches the pattern you provide in the Branch Pattern field. The Branch Pattern field accepts a regular expression which is matched against all the branches in your mercurial 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/[^/]+/$

                     ^/branches/final.*/$

                   ^/project/branches/[^/]+/$

Default Path

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

...

Check this box to enable the repository for use as part of the build process.

 

Exclude Patterns

 

This tab allows you to specify patterns to match changesets that you want to exclude. The changeset will only be excluded if all modified files match one or more of the patterns. Type each pattern on a new line using the ANT pattern format.

Downtime

One or more repository downtime schedules can be specified in this tab.  During these times the repository is unavailable to Continua CI and will not checked for changes. You may specify a downtime period to apply every day, on weekdays, on weekends or on a specific day of the week.

Note: All times are in 24 hour format and are localised to the server's time.