gitlab-org--gitlab-foss/doc/ci/examples
Achilleas Pipinellis f1542a90c2 Merge branch 'docs-update_code_quality_example' into 'master'
Update Code Quality example documentation

See merge request gitlab-org/gitlab-ce!17788
2018-03-16 14:52:38 +00:00
..
artifactory_and_gitlab Update all articles with the new layout (meta data from the frontmatter) 2018-02-16 16:01:35 -02:00
deployment Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
devops_and_game_dev_with_gitlab_ci_cd Docs: new article devops + game dev with GitLab 2018-03-09 10:54:24 +00:00
laravel_with_gitlab_and_envoy Update all articles with the new layout (meta data from the frontmatter) 2018-02-16 16:01:35 -02:00
test_phoenix_app_with_gitlab_ci_cd Docs: comm article Phoenix App with GitLab CI/CD 2018-02-20 15:07:06 +00:00
README.md Rename SAST for Docker to Container Scanning in documentation. Refs gitlab-org/gitlab-ee#5017 2018-03-15 09:14:22 -04:00
browser_performance.md Fix links 2018-02-20 15:52:36 -05:00
code_climate.md Update Code Quality example documentation 2018-03-16 00:31:38 -04:00
container_scanning.md Rename SAST for Docker to Container Scanning in documentation. Refs gitlab-org/gitlab-ee#5017 2018-03-15 09:14:22 -04:00
dast.md Change docs links to https://about.gitlab.com/products/ 2018-02-07 12:47:56 +01:00
php.md doc: Spelling fixes 2018-01-19 12:09:59 +02:00
sast_docker.md Rename SAST for Docker to Container Scanning in documentation. Refs gitlab-org/gitlab-ee#5017 2018-03-15 09:14:22 -04:00
test-and-deploy-python-application-to-heroku.md doc: Spelling fixes 2018-01-19 12:09:59 +02:00
test-and-deploy-ruby-application-to-heroku.md Update test-and-deploy-ruby-application-to-heroku.md 2018-01-16 17:21:45 +00:00
test-clojure-application.md Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
test-phoenix-application.md Docs: comm article Phoenix App with GitLab CI/CD 2018-02-20 15:07:06 +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

Game development

Miscellaneous

Code quality analysis

Analyze code quality with the Code Climate CLI.

Static Application Security Testing (SAST)

(Ultimate) Scan your code for vulnerabilities

Container Scanning

Scan your Docker images for vulnerabilities

Dynamic Application Security Testing (DAST)

Scan your app for vulnerabilities with GitLab Dynamic Application Security Testing (DAST).

Browser Performance Testing with Sitespeed.io

Analyze your browser performance with Sitespeed.io.

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.