Versions Compared

Key

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

What is a Configuration?

Configurations are the defining component of Continua CI. Configurations contain all information that a build needs to run. They can be considered the blueprints for a build.

Each configuration can only be linked to one project and each build can only be linked to one configuration. 

Configurations contain the following information which is then used to execute a build:

  • Build Stages and Actions: Every action that a build executes is defined on the configuration in the action workflow.
  • Repositories: Any source code that is required for your build actions must be linked to the configuration.
  • Triggers: Configurations determine how builds should be automatically triggered and built.
  • Conditions: Conditions allow you to specify rules that determine whether certain builds should be executed and when they will be executed.
  • Security: User security can be applied to each individual configuration so that you can limit which users can access which configurations.
  • Reports: Link unit test and code coverage reports to each of your builds.

Creating and Editing Configurations

 

Viewing a Configuration

 

Configuration Wizard

 

Details

 

Repositories

 

Variables

 

Stages

 

Triggers

 

Conditions

 

Security

 

Reports

 

Cleanup

This section is a guide to creating Configurations and how to manage them correctly.

Each sub section describes a different aspect of managing your configurations. All these pages can be found through either the links below or through the menu on the left.

...