I have a Team project and the build and releases configured in multiple geographical locations. Since all the geographical locations are having its own drop locations and agents as well.
So here my question is, the release agent pool has to be selected while creating the release job. So is it possible to change this release agent pool dynamically while I trigger the build associated with that release?
Scenario : People from India and US can run the build job (since it is common), The build is manual trigger so we have the freedom to choose build agent pool of India or US but the subsequent release is an automated trigger, so is it possible to trigger the release in the agents in respective country?
(eg, if a developer run the job from India, then the release job should run in release agents in India similarly it should trigger in US release agent if somebody triggers it from US).
Any help would be appreciated.