添加自定义.gitlab-ci.yml文件?

时间:2017-06-13 05:31:26

标签: gitlab gitlab-ci

对于诸如许可证,问题模板等内容,我可以看到GitLab supports various templates,但我似乎无法找到为result['stats'] = { 'L_Name': 'Doe', 'F_Name': 'John', 'Contribution': [Month, Value, Returns]} 添加模板的方法。这可以在Gitlab CE上完成吗?

1 个答案:

答案 0 :(得分:0)

不,除非您可以(通过合并请求)向gitlab-org/gitlab-ci-yml项目贡献,这是一组有用的.gitlab-ci.yml模板。

然后,API可以让您查询该新模板:
CE Get GitLab CI YML templates

对于一个模板:

curl https://gitlab.example.com/api/v4/templates/gitlab_ci_ymls/Ruby