瀏覽代碼

disable gitpoller

covid-videoplattform
父節點
當前提交
c480b0f6ee
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      templates/buildbot/master.cfg.j2

+ 4
- 4
templates/buildbot/master.cfg.j2 查看文件

@@ -30,10 +30,10 @@ c['protocols'] = {'pb': {'port': 9989}}
# about source code changes. Here we point to the buildbot version of a python hello-world project.

c['change_source'] = []
c['change_source'].append(changes.GitPoller(
'git://github.com/buildbot/hello-world.git',
workdir='gitpoller-workdir', branch='master',
pollInterval=300))
#c['change_source'].append(changes.GitPoller(
# 'git://github.com/buildbot/hello-world.git',
# workdir='gitpoller-workdir', branch='master',
# pollInterval=300))

####### SCHEDULERS



Loading…
取消
儲存