gitlab-org--gitlab-foss/doc/ci/examples
Marcia Ramos b3ffc2da42 Docs: remove duplicate CI examples 2018-01-12 13:37:48 +00:00
..
artifactory_and_gitlab Docs: move article Artifactory + GL to subject-related folder 2017-12-21 18:41:33 +00:00
deployment Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
laravel_with_gitlab_and_envoy Docs: move article "Laravel and Envoy w/ CI/CD" 2018-01-11 17:12:02 +00:00
README.md Docs: remove duplicate CI examples 2018-01-12 13:37:48 +00:00
browser_performance.md Add CI YML example for CE 2017-12-20 15:28:39 -05:00
code_climate.md Use 0.69 version of codeclimate image for CI code quality docs 2018-01-09 14:18:13 +00:00
php.md Change to new GitLab Runner name 2017-10-31 11:20:40 +02:00
test-and-deploy-python-application-to-heroku.md Merge branch 'docs/gitlab-runner' into 'master' 2017-11-02 12:33:35 +00:00
test-and-deploy-ruby-application-to-heroku.md Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
test-clojure-application.md Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
test-phoenix-application.md Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
test-scala-application.md Rename CI/CD Pipelines references to just Pipelines in docs 2017-05-11 22:21:14 +03:00

README.md

comments
false

GitLab CI/CD Examples

A collection of .gitlab-ci.yml template files is maintained at the GitLab CI/CD YAML project. When you create a new file via the UI, GitLab will give you the option to choose one of the templates existent on this project. If your favorite programming language or framework are missing we would love your help by sending a merge request with a new .gitlab-ci.yml to this project.

There's also a collection of repositories with example projects for various languages. You can fork an adjust them to your own needs.

Languages, frameworks, OSs

Miscellaneous

Code quality analysis

Analyze code quality with the Code Climate CLI.

GitLab CI/CD for Review Apps

GitLab CI/CD for GitLab Pages

See the documentation on GitLab Pages for a complete overview.

Contributing

Contributions are very welcome! You can help your favorite programming language users and GitLab by sending a merge request with a guide for that language. You may want to apply for the GitLab Community Writers Program to get paid for writing complete articles for GitLab.