Share test artifacts with Build Agents not in VCS
Answered
I'm using TeamCity with a Linux BuildAgent, to build a Java maven project. The git repository contains the test class that loads a local file that is not under version control. What's the cannonical way to get that file (and others) to the assigned BuildAgent?
Please sign in to leave a comment.
Hello,
Do I correctly understand that you want to share build artifacts between builds? If yes, please use Artifact dependencies.
If you need to load a file that is not published as artifact, then you can use shared disk or store file in 3rd party binary repositories (e.g. Artifactory).