Im struggling to find any documentation to select a specific build agent that's in a given pool via our yaml azure pipeline file. Right now were selecting the pull to launch the job on but I'm having massive deployment issues with our servers and need to individually select the one I want to run the job on have anyone ever had to do something like this before?
trigger:
batch: true
branches:
include:
- master
paths:
exclude:
- README.md
pool: 'ZupaDeploymentPool'