[Buildbot-devel] Showing subsets of builders in Waterfall status page

Brian Warner warner-buildbot at lothar.com
Wed Oct 25 07:24:59 UTC 2006


"Grig Gheorghiu" <grig at agilistas.org> writes:

>    I think this has been discussed before, but I could only find one
>    reference on this mailing list. I have a request from the Pybots users
>    to be able to show only a subset of the builders via a special URL.

You can add 'show=' query arguments to the URL to cause the Waterfall display
to only show selected builders. For example, if your waterfall lives at
http://example.org:9002/, then you could show just the 'trunk' builder with
"http://example.org:9002/?show=trunk", and you could show just the 'trunk'
and 'docs' builders with "http://example.org:9002/?show=trunk&show=docs".
(HTTP separates the query arguments from the main URL with a "?", and
separates query arguments from each other with "&").

Of course, you can have a separate HTML page which contains HREFs to these
URLs so your users don't have to remember them.

hope that helps,
 -Brian




More information about the devel mailing list