I have a default agent on the build server and when it is run - it checked out the code in the server folders and running builds off it. Then I have another teamcity build agent installed on another machine (test server)
TeamCity Documentation says
"To be capable of getting project sources, Build Agents are not required to have any pre-configured Version Control System on them.
Build Agents don't need to have any VCS systems installed on them as the sources are checked out on the server-side. Thus, lesser effort is required to maintain the company's infrastructure."
The source is checked out server side - If an agent installed on a test server is run, will there be code check out in another new folder on the server ? or will it run builds off the same already existing code check out folders (the one the default agent on the server is working off)