Versions Compared

Key

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

Repositories

A Repository repository in Continua is simply a wrapper around reference to an external repository which version control system.  It provides a way for Continua to interact with that repositoryVCS. Adding a repository to Continua allows the user to make use of that repositories' content in other parts of Continua. For , for example, adding a repository and assigning it to a Configuration allows that Configuration to use the content and then referencing it in Stages & Actions. Once a repository has been assigned to a Configuration, its change sets changesets are tracked and displayed on various pages. All change sets :

  • changesets for a Configuration'

...

  • s repository are shown on the Configurations

...

  • changeset page
  • changesets that trigger a build or were last added since the previous build

...

change set page. You also have the ability to see your own change sets if you've linked your Continua account to your repositories' account via the My Changes setting. When configuring a repository, you also have the ability to link it to an Issue Connectors which basically allows you to link certain repository check-ins to an issue in your issue tracking system.

(Something about Global, Project, Config repos????)

 

Triggers

...

A Trigger is a Continua feature that waits for certain events to occur, when they occur the Configuration the trigger is assigned to is executed. A trigger can be setup to execute the Configuration when a check in is made to a specified repository or at a certain period in time.

...