Re: [us...@bb.net] retrieving build properties

2016-07-26 Thread Greg MacDonald
Hi Dimitri, Try appending the build number and ‘properties’: http://build.example.org/buildbot/api/v2/builds/1/properties -Greg From: users [mailto:users-boun...@buildbot.net] On Behalf Of Pierre Tardy Sent: Tuesday, July 26, 2016 4:24 PM To: Dimitri Naydich ;

[us...@bb.net] retrieving build properties

2016-07-26 Thread Dimitri Naydich
Hi, I wonder if there is an API to get a default property of a build, such as got_revision. I can retrieve the list of builders via the REST API |using ||http://build.example.org/buildbot/api/v2/builds, but the "properties" key for any build in this list is empty. Any suggestions? Cheers,

Re: [us...@bb.net] retrieving build properties

2016-07-26 Thread Pierre Tardy
Please have a look at the documentation for REST api: http://docs.buildbot.net/latest/developer/rest.html#build there is a paragraph on how to add properties to the result Regards Le mar. 26 juil. 2016 à 23:30, Dimitri Naydich a écrit : > Hi, > > I wonder if there is