UppercuT - TeamCity Integration - Part 2 (Create a Build Configuration)
Posted by: Fervent Coder,
on 08 Jun 2009 |
View original | Bookmarked: 0 time(s)
Last time we created a project. This time we will set up the build configuration with it.
Create a Build Configuration
1. Click {add a build configuration} for this project.
2. In the [Name:] field, we need to add something descriptive. We are building the trunk on every change. Lets call it Bombali Trunk CI.
3. In [Artifact paths:] enter code_drop/*.zip.
4. In the Fail build if: section, ensure that these settings are checked:
a. build process exit code is not zero
b. at least one...