I have two agents set up under one controller. Here is my setup:
Controller: MachineA AgentA: MachineA AgentB: MachineB
However, when I queue a build, the build is sequential - one build is built at a time. I'm looking to build on parallel on both agents so we can have two builds building at the same time.
I'm using the "default Template" for build definition, and "Agent Settings" is set as follows: "Use agent where Name=* and Tags is empty; Max Execution Time: 03:00:00; Max Wait Time: 04:00:00" There are no tags on either agents.
Where should I start looking? what other information should I provide?