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
I'm find answer: inheritance from BuildStep and use
self.build.allChanges()
and for set property: self.setProperty()
精彩评论