소스 검색

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



불러오는 중...
취소
저장