debian-mirror-gitlab/doc/ci/examples
2018-03-17 18:26:18 +05:30
..
artifactory_and_gitlab New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
deployment New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
laravel_with_gitlab_and_envoy New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
browser_performance.md New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
code_climate.md New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
dast.md New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
php.md New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
README.md New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
sast_docker.md New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
test-and-deploy-python-application-to-heroku.md New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
test-and-deploy-ruby-application-to-heroku.md New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
test-clojure-application.md New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
test-phoenix-application.md New upstream version 10.5.5+dfsg 2018-03-17 18:26:18 +05:30
test-scala-application.md New upstream version 9.5.4+dfsg 2017-09-10 17:25:29 +05:30

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.

Static Application Security Testing (SAST)

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.