diff --git a/templates/buildbot/master.cfg.j2 b/templates/buildbot/master.cfg.j2 index acfcb24..a79fbd1 100644 --- a/templates/buildbot/master.cfg.j2 +++ b/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