Created
March 18, 2015 10:57
-
-
Save charlieanstey/cfdcf1561857880d9541 to your computer and use it in GitHub Desktop.
TeamCity :: Windows build agent default config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Required | |
# Default protocol http, specify otherwise | |
# May point to proxy | |
serverUrl=http\://teamcity.example.com | |
# Defaults to system hostname | |
name=Windows | |
# Checked out repositories | |
workDir=C\:\\BuildAgent\\work | |
tempDir=C\:\\BuildAgent\\temp | |
systemDir=C\:\\BuildAgent\\system | |
## Optional | |
# Used by TeamCity server to connect to build agent | |
# Detected by build agent automatically | |
# Several network interfaces = may fail. | |
#ownAddress=<own IP address or server-accessible domain name> | |
# Port for TeamCity server to connect to the agent | |
# Incoming connections must be allowed | |
ownPort=9090 | |
# Identify this agent on the TeamCity server. | |
## It is automatically generated and saved on the first agent connection to the server. | |
authorizationToken=<dynamically-generated> | |
## Default Build Properties | |
# Environment Variables | |
env.HOME=C\:\\BuildAgent | |
env.TEAMCITY_JRE=C\:\\BuildAgent\\jre |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment