This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-buildbot
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
local worker
covid-videoplattform
Markus Katharina Brechtel
4 years ago
parent
7c4027b915
commit
e1a6f4eb0b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
templates/buildbot/master.cfg.j2
+ 1
- 0
templates/buildbot/master.cfg.j2
View File
@@ -8,6 +8,7 @@ from buildbot.plugins import *
c = BuildmasterConfig = {}
c['workers'] = []
c['workers'].append(worker.LocalWorker("local-worker",max_builds=1))
c['protocols'] = {'pb': {'port': 9989}}
Write
Preview
Loading…
Cancel
Save