From 4df67f23e9ff69a77c42ce59dbac3ce3a7a5a147 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 28 Mar 2020 16:28:31 +0100 Subject: [PATCH] set server name --- templates/buildbot/master.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/buildbot/master.cfg.j2 b/templates/buildbot/master.cfg.j2 index c4077b1..acfcb24 100644 --- a/templates/buildbot/master.cfg.j2 +++ b/templates/buildbot/master.cfg.j2 @@ -90,7 +90,7 @@ c['titleURL'] = "https://buildbot.github.io/hello-world/" # the 'www' entry below, but with an externally-visible host name which the # buildbot cannot figure out without some help. -c['buildbotURL'] = "http://localhost:8010/" +c['buildbotURL'] = "https://{{buildbot_server_name}}/" # minimalistic config to activate new web UI c['www'] = dict(port=8010,