0
votes

I'm trying to figure out how to retrieve the build parameters that were used when a build was triggered in VSTS (using the REST API).

I'm successfully retrieving builds using the following query:

https://{accountName}.visualstudio.com/{project}/_apis/build/builds

... but in the response I can't find the parameters that were used.

1
Have you checked .properties and .triggerInfo?jessehouwing

1 Answers

0
votes

Just found the parameter key value pairs in the 'parameters' property