TeamCity Agents sharing Build Load
Hello,
I am trying to setup our teamcity server agents in a way that will alllow sharing of resources between two agents for performing tasks (builds, deployment etc) . Is it possible? if how than how do I go about it?
Please sign in to leave a comment.
Hi Shiamak,
In recent releases you have the "Shared resources" feature: https://confluence.jetbrains.com/display/TCD10/Shared+Resources
If you mean other kind of resources, you would probably need to specify more, but take into account that agents can run on the same computer, so you can share folders, files or content.
Another way of sharing resources is to make the builds granular, and export the results as artifacts that can be later reused by other builds.