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