| You are viewing documentation of TeamCity 4.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version. |
|
In this section:
Integrate with an issue trackerYou can turn issue ID references in change comments into links. Please see Mapping External Links in Comments for configuration instructions. Share the build number for builds in a chain buildSuppose you have build configurations A and B that you want to build in sync: use same sources and take the same build number. Where <btID> is the internal ID of the build configuration C. Please refer to the Build Configuration page for description of how to determine build configuration ID. More on dependency properties. We plan to provide more option on build number sharing. Please watch/comment on TW-7745. Use an external tool that my build relies onAssume, to run a build you need to use specific external tool to be installed on a build agent. To solve the problem, you have the following options:
Install Multiple Agents on the Same MachineSee instructions at Setting up and Running Additional Build Agents. Change Server PortTo change the server's port, in the <TeamCity Home>/conf/server.xml change the port number in the HTTP/1.1 connector: To apply changes, you should restart server. Make temporary build files erased between the buildUpdate your build script to use path stored in ${teamcity.build.tempDir} (Ant's style name) property as the temp directory. TeamCity agent creates the directory before the build and deletes it right after the build. Force creating System Administrator accountSince TeamCity 4.5
Ho do I clear build queue if it got too many builds due to a configuration errorTry pausing the build configuration that has the builds queued. On build configuration pausing all its builds are removed form the queue. |