Explorar el Código

local worker

covid-videoplattform
padre
commit
e1a6f4eb0b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      templates/buildbot/master.cfg.j2

+ 1
- 0
templates/buildbot/master.cfg.j2 Ver fichero

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



Cargando…
Cancelar
Guardar