Windows Teamcity Server Talk to Linux Build Agent
Hi,
Now I have 2 teamcity build servers - one for Windows and one for Linux.
I want to be able to consolidate them into 1 Windows based teamcity server which talks to a mix of Windows and Linux build agents.
So, I would create 2 build agent pools - one for Windows build agents and one for Linux build agents.
Now, I want to be able to map different build configurations within the SAME PROJECT so different agent pools.
Is this possible?
Thanks.
Please sign in to leave a comment.
Hi Rohit,
Agent pools can only be assigned to projects, but Agent requirements can be set at the build configuration level to restrict them to only run in some agents. It might make sense to separate the different build configurations in separate sub projects if you would like to assign different pools separately.
https://confluence.jetbrains.com/display/TCD18/Configuring+Agent+Requirements
Thank you. I was able to resolve my issue by setting individual build agent requirements as needed.