TeamCity provides several ways to create a new build configuration for a project. You can:
When build configurations are created, you can:
On the Administration > Projects page, select the desired project in the list. (Alternatively, open the project using the Projects popup, and click the Edit Project Settings link on the right). The Project Settings page opens.
On the Project Settings page, Build Configurations section, click Create build configuration.
You can create a build configuration using a VCS URL:
On the Administration > Projects page, select the desired project in the list. (Alternatively, open the project using the Projects popup, and click the Edit Project Settings link on the right). The Project Settings page opens.
On the Project Settings page, Build Configurations section, click Create build configuration from URL.
Specify a VCS repository URL and, if authentication is required, VCS credentials. click Create.
TeamCity will suggest the build configuration name and will configure the rest of settings for you.
After the build configuration is created, you can run a build and/or tweak the settings.
Creating a new build configuration template is similar to creating a new configuration:
On the Administration > Projects page, select the desired project in the list. (Alternatively, open the project using the Projects popup, and click the Edit Project Settings link on the right). The Project Settings page opens.
On the Project Settings page, Build Configuration Templates section, click the Create template button and proceed with configuring general settings, VCS settings and build steps.
Alternatively, you can create a build configuration template from an existing build configuration:
To create a build configuration based on a template:
Specify the required settings for the new configuration.
The settings specified in the template cannot be edited in a configuration created from this template. However, some of them can be redefined in a build configuration. Note that modifying the settings of the template itself will affect all configurations based on this template. |
Alternatively, you can create a build configuration based on a template as follows:
On the Administration > Projects page, select the desired project in the list. (Alternatively, open the project using the Projects popup, and click the Edit Project Settings link on the right). The Project Settings page opens.
On the Project Settings page, Build Configurations section, click Create build configuration.
On the configuration settings page, use the he Based on template drop-down and selecting a template for your build configuration .
You can view all build configurations of a project on the Project Overview page listed in alphabetical order by default. Administrators can customize the default order.
Configuring settings of a build configuration is described on the following pages:
See also:
Administrator's Guide: Configuring Dependencies | Configuring Build Parameters | Configuring VCS Settings |