0
votes

Our application is called by the build-successful event web hook of Azure Pipelines. Is there a way to obtain the build agent on which the build was performed? Either directly from the web hook data (doesn't look like it...) or via the API somehow?

1

1 Answers

0
votes

The build succeeded webhook always returns a "queue" property which specifies the worker which handled the build. Which job of the build has run on which worker (at least the worker name) is visible if you access the timeline for the build.