How to view and access Build Agent in TeamCity UI?
I am using Build Agents in Docker containers and I want to be able to access the file system and files I create with the build steps. Is there a way to do that through the TeamCity UI instead of going inside the Build Agent container.
Please sign in to leave a comment.
Hi Cameron,
I'm afraid not. There is some limited access to some features via the Agent's page but nothing beyond that. If you need to access some files from a build for debugging, you might want to consider publishing them as build artifacts for a post-build analysis. That way they will be pushed to the server before the build finishes.