|
这篇文章,介绍了gitlab CI相关:https://mp.weixin.qq.com/s/VYztZB2-_AOSZaMmXbsmFw
看起来有一些开源的现成组件可用,相比自己去写,应该有帮助,看完之后,我准备实践一下。
找了一下,有些资料可以参考:
github搜索结果:
https://github.com/search?utf8=%E2%9C%93&q=GitLab+Runner&type=
gitlab-ci-runner:
https://github.com/gitlabhq/gitlab-ci-runner
gitlab-ci-multi-runner:
https://github.com/ayufan/gitlab-ci-multi-runner
GitLab-CI:
https://about.gitlab.com/features/gitlab-ci-cd/
gitlab CI 例子:
https://docs.gitlab.com/ee/ci/examples/README.html
Java
- Articles:
- Continuous Delivery of a Spring Boot application with GitLab CI and Kubernetes
Code quality analysis
- Analyze code quality with the Code Climate CLI
Other
- Using dpl as deployment tool
- Repositories with examples for various languages
- The .gitlab-ci.yml file for GitLab itself
- Articles:
- Continuous Deployment with GitLab: how to build and deploy a Debian Package with GitLab CI
GitLab CI for GitLab Pages
- Example projects
- Articles:
- Creating and Tweaking .gitlab-ci.yml for GitLab Pages
- SSGs Part 3: Build any SSG site with GitLab Pages: examples for Ruby-, NodeJS-, Python-, and GoLang-based SSGs
- Building a new GitLab docs site with Nanoc, GitLab CI, and GitLab Pages
- Publish code coverage reports with GitLab Pages
See the topic GitLab Pages for a complete overview |
|
|