gitlab-org--gitlab-foss/doc/ci/examples
Achilleas Pipinellis 8dbcd11075
Compress all PNG images under doc/
The pngquant tool was used https://pngquant.org, and particularly, the
following command:

        /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png

Before: 47584K
After : 34924K
2018-08-27 15:52:03 +02:00
..
artifactory_and_gitlab Rename Secret variables -> variables 2018-06-06 11:28:54 +02:00
deploy_spring_boot_to_cloud_foundry Docs: article - Deploy SB apps to CF with GitLab CI/CD 2018-06-07 13:16:14 +00:00
deployment Rename Secret variables -> variables 2018-06-06 11:28:54 +02:00
devops_and_game_dev_with_gitlab_ci_cd Compress all PNG images under doc/ 2018-08-27 15:52:03 +02:00
laravel_with_gitlab_and_envoy Compress all PNG images under doc/ 2018-08-27 15:52:03 +02:00
test_phoenix_app_with_gitlab_ci_cd Compress all PNG images under doc/ 2018-08-27 15:52:03 +02:00
README.md Documentation for JUnit XML Test Summary In MR widget 2018-08-15 10:14:19 +00:00
browser_performance.md Use stable docker image instead of latest 2018-04-13 19:43:09 +00:00
code_climate.md Rename code climate to code quality 2018-07-10 12:39:55 +00:00
code_quality.md Rename code climate to code quality 2018-07-10 12:39:55 +00:00
container_scanning.md Verify version on container scanning note 2018-07-05 15:20:00 +00:00
dast.md Updated products links to pricing 2018-07-03 00:37:24 +00: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 Update test-and-deploy-python-application-to-heroku.md 2018-07-31 12:00:34 +00: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

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.