buildbot inplace config:一个buildbot扩展允许将构建配置放入项目的GIT存储库中 源码
Buildbot就地配置 该项目试图简化Buildbot master.cfg,并使每个项目能够携带自己的构建指令。 用法 您将需要Buildbot Nine的一个版本,该版本目前正在积极开发中,并且尚未发布。 它具有一个新的GUI,对我们来说,通常比公共Buildbot 8更好。 您的经验可能会有所不同。 将文件从此存储库下载到Buildbot主文件。 示例master.cfg # make buildbot_inplace available from buildbot_inplace import InplaceConfig # allow reconfiguration imp
用户评论