Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 buildbot(CI 系统)并且有一个问题。如何将 Change 参数发送给所有构建器?我想使用 Changes 对象的属性注释和 who。
谢谢
我找到了答案:从 BuildStep 继承并使用 self.build.allChanges()和设置属性:self.setProperty()
self.build.allChanges()
self.setProperty()