gitlab-org--gitlab-foss/doc/ci/examples
Takuya Noguchi e8fee6b8f7 Fix misspellings in docs
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-25 10:31:35 +09:00
..
artifactory_and_gitlab Documentation now matches UI copy 2019-01-30 10:20:50 +00:00
deploy_spring_boot_to_cloud_foundry Fix a typo. 2019-02-12 11:39:29 +00:00
deployment Remove consecutive blank lines from markdown files 2019-02-18 09:36:13 +00:00
devops_and_game_dev_with_gitlab_ci_cd Fix typos around .gitlab-ci.yml 2018-12-21 01:48:03 +09:00
end_to_end_testing_webdriverio Fix misspellings in docs 2019-02-25 10:31:35 +09:00
laravel_with_gitlab_and_envoy Remove consecutive blank lines from markdown files 2019-02-18 09:36:13 +00:00
test_phoenix_app_with_gitlab_ci_cd Ensure all lists are surrounded by new lines 2019-02-22 13:17:10 +00:00
README.md Merge branch 'e2e-webdriver' into 'docs-comm-article-end-to-end-testing' 2019-02-18 11:40:04 +00:00
browser_performance.md Docs: Fix link references for artifacts 2019-02-03 22:26:09 +00:00
code_climate.md Rename code climate to code quality 2018-07-10 12:39:55 +00:00
code_quality.md Docs: Fix link references for artifacts 2019-02-03 22:26:09 +00:00
container_scanning.md Docs: Fix link references for artifacts 2019-02-03 22:26:09 +00:00
dast.md Docs: Fix link references for artifacts 2019-02-03 22:26:09 +00:00
php.md Docs: Fixing some bad links 2018-10-14 22:55:12 +00:00
sast_docker.md Docs: Realign several CE docs that diverged from EE unnecessarily 2019-02-12 12:34:21 +00:00
test-and-deploy-python-application-to-heroku.md Documentation now matches UI copy 2019-01-30 10:20:50 +00:00
test-and-deploy-ruby-application-to-heroku.md Documentation now matches UI copy 2019-01-30 10:20:50 +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 Update test-scala-application.md to use sbtVersion instead of sbt-version 2018-10-22 08:33:01 +00:00

README.md

comments
false

GitLab CI/CD Examples

A collection of .gitlab-ci.yml template files is maintained in GitLab. When you create a new file via the UI, GitLab will give you the option to choose one of these templates. 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 and adjust them to your own needs.

Languages, frameworks, OSs

Game development

Miscellaneous

Test Reports

Collect test reports in Verify stage

Code Quality analysis

(Starter) Analyze your project's Code Quality

Static Application Security Testing (SAST)

(Ultimate) Scan your code for vulnerabilities

Dependency Scanning

(Ultimate) Scan your dependencies 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.