Label: build

Content with label build in TeamCity 3.x Documentation (See content from all spaces)
Related Labels: change , pending , delayed , run , duplicates , compare , statistics , results , admin , disabled , external , pin , vcs , graph , username , script , project , take , number , more »

.NET Testing Frameworks Support
NET Testing Frameworks Support In order to support the realtime reporting test results, TeamCity should either run the tests using its own test runner or be able to interact with the testing frameworks so it receives notifications on test events. Custom ...
1.General Settings
General Settings Administration > project > build configuration > General Settings Please note that the page was restructured between versions 3.0 and 3.1. Refer to the applicable description: 3.0 #ver30 or 3.1 #ver31. The General Settings Page in Version 3.0 Item Description ...
2.Version Control Settings
Version Control Settings Administration > <project> > <build configuration> > Version Control Settings or Administration > Configure VCS roots > <vcs root> > Version Control Settings This page describes the options available on the Version Control Settings page when editing build ...
3.Build Runners
Build Runners Administration > <project> > Runner <build runner> This section provides descriptions of the following build runners Build Runner supported by TeamCity: Ant Maven2 NAnt MSBuild sln2003 Microsoft Visual Studio 2003 solutions sln2005 Microsoft Visual ...
4.Build Triggering
Build Triggering &nbsp;Administration > project> <build configuration> > Build triggering Option Description \\ Pause/Activate \\ Use this button to toggle the active and paused state of a build configuration. In the paused state, build configuration will not be triggered automatically,&nbsp; and you will need ...
Accessing Server from Scripts
Accessing Server from Scripts The TeamCity server supports basic HTTP authentication allowing to access certain web server pages and perform actions from various scripts. Use valid TeamCity server username and password to authenticate using basic ...
Ant
Ant This page contains reference information about the Ant Build Runner fields. Option Description \\ Build runner \\ Select Ant from the dropdown list. \\ Artifact Paths Use this field to specify directories containing artifacts Build Artifact or file ...
Assigning Build Configurations to Specific Build Agents
Assigning Build Configurations to Specific Build Agents&nbsp; It is sometimes necessary to manage the Build Agents Build Agent' workload more effectively.&nbsp; For example, if the timeconsuming performance tests are run, the Build Agents with low hardware resources may slow down ...
Build Agent
Build Agent A build agent is a computer capable of running a build. Each build agent possesses a number of predefined parameters that make it compatible for creating certain builds. Build agents are joined into a build grid Build Grid. In TeamCity build agents ...
Build Checkout Directory
Build Checkout Directory The build checkout directory is the directory where all of the project's sources reside. If the VCS checkout mode property of the build configuration is set to Automatically on server or Automatically on agent, TeamCity places the sources directly into the checkout directory. If not specified ...