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.
Please sign in to leave a comment.
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.
Maybe I did not quite accurately describe what I want
What kind of locator, or something i should use. Could you give an example of such a formed query?
Thanks.