Scenario:
I have created an Agent pool and added/configured 2 build agent in it, which are installed on two different machines. I have also enabled continuous integration. When many developers check in the code, it triggers the build that I have queued.
Queries:
Whether the build will be assigned to most available build agent?
Is there any way to determine which build agent has built the code against a check-in?
How to setup the build controller? What is it's exact purpose?