소스 검색

webserver config

covid-videoplattform
부모
커밋
ef6e11647e
1개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. +9
    -2
      templates/buildbot/master.cfg.j2

+ 9
- 2
templates/buildbot/master.cfg.j2 파일 보기

@@ -93,8 +93,15 @@ c['titleURL'] = "https://buildbot.github.io/hello-world/"
c['buildbotURL'] = "https://{{buildbot_server_name}}/"

# minimalistic config to activate new web UI
c['www'] = dict(port=8010,
plugins=dict(waterfall_view={}, console_view={}, grid_view={}))
c['www'] = dict(
port=8010,
plugins = dict(
waterfall_view={},
console_view={},
grid_view={}
),
change_hook_dialects={'github': {}},
)

####### DB URL



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