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.

Get build request id status and id #2868

mbbb ·
Hi,

I use the REST API to trigger a new build and getting request id.
How can I check if the build started, and get it's id ?

Thanks
  • replies 3
  • views 1780
  • stars 0
robinshen ADMIN ·
Please refer to section "get build id by request id" of below link:
http://wiki.pmease.com/display/QB51/Ret ... Identifier
mbbb ·
Thanks!

What does the loopedRequest field indicates ?
robinshen ADMIN ·
This indicates that the request takes part in a looped request chain and client should not wait for completion of the request, otherwise, it will result in a dead lock. For instance, if A triggers B, and B triggers A again, this flag will return true for the second trigger.