| You are viewing documentation of TeamCity 6.5.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version. |
|
Configuration settings of the build agent are stored in a configuration file <TeamCity Agent Home>/conf/buildagent.properties. The file is a Java properties file.
This is an example of the file:
If "name" property is not specified, the server will generate build agent name automatically. By default, this name would be created from the build agent's host name. The file can be edited while the agent is running: the agent detects the change and restarts loading the new changes automatically.
Concepts: Build Agent |