[Buildbot-devel] Retrieve commit data from different builders/projects (even after that a builder is done)

shiny knight theshinyknight at me.com
Tue May 20 21:58:28 UTC 2014


Hi

I have a doubt about how to accomplish this.

I would like to learn how to retrieve changes. I've used the example in the messageFormatter function, to retrieve build changes, but it seems that something is wrong with the example, since it raise errors when I restart the master (I pasted it as is in my config file; another mailNotifier is working fine, so I suppose that the code for this specific messageFormatter is not correct)

Tried to look at the build webpage, to see where it takes the info about the changes, but even there, I was not able to figure it out.

In particular; I have 5 builders, each building a project, and would like to be able to browse the various changes (specifically, I need repository, revision and who made the change), and eventually put them in a createSummary; but I can't find these info saved anywhere. Nor I can find which one is the object that contain these info, while a builder is running.

How do I actually access data related to a commit, for each project?.  An example would be really appreciated.

Thanks




More information about the devel mailing list