<kkleine>
I have a silly problem: I need to send out an HTTP request that includes a link to the logs of a build. Unfortunately I don't see a build property that contains the builder's ID which is needed in order to construct the link to the build log. For example in http://localhost:8010/#/builders/1/builds/4, the 1 is the builder ID. But like I said, it's not part of the build properties. The buildername on the other hand IS part of the
<kkleine>
build properties. I would like to avoid making an extra request to find out the builder's ID. Any ideas?