Build API URL for resulting properties

Hello. When i am build url like http://host/app/rest/builds/id:1560013/resulting-properties i getting only parameters of current build, how to build url in way to get build id, buildTypeId and other fields including resulting-properties?
Thank you.

0
2 comments

Hello,

The request you describe should get you the properties you need, e.g.

<property name="teamcity.build.id" value="1560013"/>
<property name="system.teamcity.buildType.id" value="<Your buildType_id>">, etc.

-1
Avatar
Permanently deleted user

Maybe I did not quite accurately describe what I want

I want that instead of properties there should be resulting-properties, at the same time, the structure of the xml should be the same.

What kind of locator, or something i should use. Could you give an example of such a formed query?

Thanks.

0

Please sign in to leave a comment.