Merge 8637b0f586
into 69fc1f3da7
This commit is contained in:
commit
0266f646c8
0
TestFile.txt
Normal file
0
TestFile.txt
Normal file
@ -93,8 +93,8 @@ c['status'] = []
|
||||
# the 'title' string will appear at the top of this buildbot installation's
|
||||
# home pages (linked to the 'titleURL').
|
||||
|
||||
c['title'] = "Pyflakes"
|
||||
c['titleURL'] = "https://launchpad.net/pyflakes"
|
||||
c['title'] = "Hello World CI"
|
||||
c['titleURL'] = "https://buildbot.github.io/hello-world/"
|
||||
|
||||
# the 'buildbotURL' string should point to the location where the buildbot's
|
||||
# internal web server is visible. This typically uses the port number set in
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
- db.env
|
||||
environment:
|
||||
- BUILDBOT_CONFIG_DIR=config
|
||||
- BUILDBOT_CONFIG_URL=https://github.com/buildbot/buildbot-docker-example-config/archive/master.tar.gz
|
||||
- BUILDBOT_CONFIG_URL=https://github.com/PerritonBranch/buildbot-docker-example-config/archive/master.tar.gz
|
||||
- BUILDBOT_WORKER_PORT=9989
|
||||
- BUILDBOT_WEB_URL=http://localhost:8010/
|
||||
- BUILDBOT_WEB_PORT=8010
|
||||
|
Loading…
Reference in New Issue
Block a user