Search code examples
pythoncontinuous-integrationbuildbot

Buildbot properties from changes to all build


I am using buildbot (system for CI) and have one problem. How can I send parameters of Change to all builders? I want to use the properties comments and who of Changes object.

Thx


Solution

  • I'm find answer: inheritance from BuildStep and use self.build.allChanges() and for set property: self.setProperty()