Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Return latest builds based on user_id #7

rurik ·

Currently using HTTP GET

http://localhost:8810/rest/latest_builds?parent_configuration_id=<parent configuration id>

We'd like to get results from a specific user (scheduled master branch builds only)
As far as I can tell, latest_builds does not accept

http://localhost:8810/rest/latest_builds?parent_configuration_id=<parent configuration id>&user_id=<user id>

Somewhat cumbersome alternative is to first get all child configurations and then

http://localhost:8810/rest/builds?configuration_id=<configuration id>&user_id=<user id>&count=<count>

If we for example use user_id=<user id>&count=1, are we always guaranteed the latest build by that user?
Anyway we can have the latest_builds work with user_id?
Any suggestions welcome. Thanks in advance.

  • replies 1
  • views 579
  • stars 0
rurik ·