Label: configure

All content with label configure.
Related Labels: installation , ivy , concept , account , trigger , filter , template , admin , mysql , labeling , ant , directory , label , build , notification , root , reference , guest , artifact , more »

Configuring Build Triggers (TeamCity 4.x Documentation)
page is a draft and a subject to change. This section covers configuring all types of the build triggers build trigger in TeamCity: VCS Triggers VCS triggers are the most often used With configured VCS Build Triggers TeamCity periodically polls VCS roots ...
Configuring Build Triggers (TeamCity 3.x Documentation)
Configuring VCS Build Triggers Rules VCS Build Triggers automatically start a new build each time TeamCity detects that updates have been checked into the Version Control System. By default, when this option is enabled, TeamCity scans all ...
Configuring Dependencies (TeamCity 4.x Documentation)
build configuration can be made dependent on the artifacts or sources of builds of some other build configurations. That means that before the build, all artifacts, the build configuration is dependent on will be downloaded and placed in their configured target locations and then can be used by the build. There are two ways ...
Configuring Server URL (TeamCity 4.x Documentation)
You can modify server URL right from the web UI, at the Administration > Server configuration page. In most cases TeamCity correctly autodetects its own URL and uses it for constructing URLs in notification messages. However, sometimes autodetection is impossible ...
Configuring Server URL (TeamCity 3.x Documentation)
Configuring Server URL Starting from TeamCity 3.0 server URL can be modified right from the Administration \> Server configuration page. In most cases TeamCity correctly autodetects its own URL and uses it for constructing URLs in notification messages ...
Configuring UTF8 Character Set for MySQL (TeamCity 4.x Documentation)
create a MySQL database which uses the utf8 character set: # Create a new database: CREATE DATABASE <database name> DEFAULT CHARACTER SET utf8 # Open {{<TeamCity data directory> TeamCity Data Directory/config/database.properties}}, and add the {{characterEncoding ...
Configuring UTF8 Character Set for MySQL (TeamCity 3.x Documentation)
Configuring UTF8 Character Set for MySQL To create a MySQL database which uses the utf8 character set: # Create a new database: CREATE DATABASE <database name> DEFAULT CHARACTER SET utf8 # Open {{<TeamCity data directory> TeamCity Data ...
Configuring VCS Settings (TeamCity 4.x Documentation)
TeamCity, setting up VCS parameters is one of the mandatory steps of creating a build configuration. This section provides information on the following VCS Settings: Configuring VCS Roots the main part of VCS parameters set up; a VCS Root is a description of a version ...
Configuring VCS Settings (TeamCity 3.x Documentation)
Configuring VCS Settings This section provides notes on configuring the following VCS Settings: Configuring VCS Roots A VCS Root is a description (a number of connection settings) of a version control system where project sources are located. VCS roots are configured on the Version ...
Configuring VCS Triggers (TeamCity 4.x Documentation)
VCS Build Triggers automatically start a new build each time TeamCity detects that updates have been checked into the Version Control System. When this option is enabled, TeamCity periodically (according to root's Changes Checking Interval) polls VCS ...