You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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

  • No labels