|
|
@@ -16,10 +16,10 @@ c['protocols'] = { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
c['title'] = "buildbot title" |
|
|
|
c['titleURL'] = "https://github.com/covid-videoplattform" |
|
|
|
c['title'] = "{{buildbot_title}}" |
|
|
|
c['titleURL'] = "{{buildbot_title_url}}" |
|
|
|
|
|
|
|
c['buildbotURL'] = "https://{{buildbot_server_name}}/" |
|
|
|
c['buildbotURL'] = "{{ buildbot_base_url }}" |
|
|
|
|
|
|
|
c['www'] = dict( |
|
|
|
port="unix:address=/run/buildbot/{{buildbot_server_name}}.www.sock", |
|
|
|