|
|
@@ -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 |
|
|
|
|
|
|
|