瀏覽代碼

make workdir configurable

covid-videoplattform
父節點
當前提交
7cd2e523c6
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      templates/buildbot/master.cfg.j2

+ 3
- 0
templates/buildbot/master.cfg.j2 查看文件

@@ -115,6 +115,7 @@ for builders_config_file_path in builders_config_file_paths:
repourl=repo['url'],
mode='incremental',
branch=repo["branch"],
workdir=repo['workdir'],
progress=True,
))
elif repo['type'] == 'gitea':
@@ -122,6 +123,7 @@ for builders_config_file_path in builders_config_file_paths:
repourl=repo['url'],
mode='incremental',
branch=repo["branch"],
workdir=repo['workdir'],
progress=True,
))

@@ -129,6 +131,7 @@ for builders_config_file_path in builders_config_file_paths:
factory.addStep(steps.ShellCommand(
name=cmd['name'],
command=cmd['command'],
workdir=cmd['workdir'],
))

c['schedulers'].append(schedulers.SingleBranchScheduler(


Loading…
取消
儲存