Hi, I think using project attribute of a change or source stamp you could achieve what you need.
You will need to take care that revision notification will use the right project, and then you can then use "project=<projectName>" in URL to select only those baselines for web interface. http://docs.buildbot.net/latest/manual/concepts.html#project BR, Ciprian On Wed, Apr 20, 2016 at 2:41 PM, Stefan Seefeld <[email protected]> wrote: > Hello, > > I'm setting up a buildbot instance for two projects. Each one needs to > be built in a range of configurations for a set of different platforms > (i.e. ~ 50 builders per project). > > I find the existing web status interface a bit unwieldy in this context, > and would like to write my own views to make the interface more compact. > I'm thus wondering whether there were already examples to draw > inspiration from. > > The JSON API interface looks promising, though it isn't entirely clear > how best to interact with it from within a jinja template. > (I'd notably like to query all builds associated with a given revision, > so I can draw their status in a matrix.) > > Any pointers would be much appreciated. Thanks ! > > Stefan > > (I'm currently using version 0.8, but could upgrade to 0.9 if that made > the above job easier.) > > -- > > ...ich hab' noch einen Koffer in Berlin... > > _______________________________________________ > users mailing list > [email protected] > https://lists.buildbot.net/mailman/listinfo/users >
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
