This post describes one of the new features in the upcoming TeamCity 8.0
Using TeamCity, we can easily set up a build farm using a central TeamCity server and several connected build agents. By having multiple build agents, we can run builds and build configurations in parallel. Different branches of the same project can build simultaneously on different build agents, personal builds can be run on one build agent while the nightly build is running on another agent and so on.
But what if we have multiple build agents and we want to constrain parallelism for some projects? What if we do want t
Explaining the Shared Resources plugin
by