Reputation: 633
I have a build steps that zips up files into a folder that I want to be able to download onto my local machine. The folder as of now gets zipped into the Build Agent that's running in a container.
Is there a way to download this folder from the TeamCity UI, instead of doing docker commands to get it from inside the container?
Upvotes: 0
Views: 1333