debian-mirror-gitlab/doc/ci/examples
2019-05-18 00:54:41 +05:30
..
artifactory_and_gitlab New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30
deploy_spring_boot_to_cloud_foundry New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30
deployment New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30
devops_and_game_dev_with_gitlab_ci_cd New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30
end_to_end_testing_webdriverio New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30
laravel_with_gitlab_and_envoy New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30
test_phoenix_app_with_gitlab_ci_cd New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30
browser_performance.md New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
code_climate.md New upstream version 11.1.8+dfsg 2018-11-08 19:23:39 +05:30
code_quality.md New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
container_scanning.md New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30
dast.md New upstream version 11.8.0 2019-03-02 22:35:43 +05:30
php.md New upstream version 11.5.3+dfsg 2018-12-13 13:39:08 +05:30
README.md New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30
sast_docker.md New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30
test-and-deploy-python-application-to-heroku.md New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30
test-and-deploy-ruby-application-to-heroku.md New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +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.6.0+dfsg 2018-03-27 19:54:05 +05:30
test-scala-application.md New upstream version 11.10.4+dfsg 2019-05-18 00:54:41 +05:30

comments
false

GitLab CI/CD Examples

Examples are a useful way of understanding how to implement GitLab CI/CD for your specific use case.

Examples are available in several forms. As a collection of:

  • .gitlab-ci.yml template files maintained in GitLab. When you create a new file via the UI, GitLab will give you the option to choose one of these templates. This will allow you to quickly bootstrap your project for CI/CD. 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.
  • Repositories with example projects for various languages. You can fork and adjust them to your own needs.
  • Examples and other resources listed below.

CI/CD examples

The following table lists examples for different use cases:

Use case Resource
Browser performance testing Browser Performance Testing with the Sitespeed.io container.
Clojure Test a Clojure application with GitLab CI/CD.
Code quality analysis Analyze your project's Code Quality. [STARTER]
Container scanning Container Scanning with GitLab CI/CD.
Dependency scanning Dependency Scanning with GitLab CI/CD. [ULTIMATE]
Deployment with dpl Using dpl as deployment tool.
Dynamic application
security testing (DAST)
Dynamic Application Security Testing with GitLab CI/CD [ULTIMATE]
Elixir Testing a Phoenix application with GitLab CI/CD.
Game development DevOps and Game Dev with GitLab CI/CD.
GitLab Pages See the GitLab Pages documentation for a complete example.
Java Deploy a Spring Boot application to Cloud Foundry with GitLab CI/CD.
JUnit JUnit test reports.
License management Dependencies license management with GitLab CI/CD [ULTIMATE]
Maven How to deploy Maven projects to Artifactory with GitLab CI/CD.
PHP Testing PHP projects.
PHP Running Composer and NPM scripts with deployment via SCP in GitLab CI/CD.
PHP Test and deploy Laravel applications with GitLab CI/CD and Envoy.
Python Test and deploy a Python application with GitLab CI/CD.
Ruby Test and deploy a Ruby application with GitLab CI/CD.
Scala Test and deploy a Scala application to Heroku.
Static application
security testing (SAST)
Static Application Security Testing with GitLab CI/CD [ULTIMATE]
Testing End-to-end testing with GitLab CI/CD and WebdriverIO.

Contributing examples

Contributions are 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.

Adding templates to your GitLab installation [PREMIUM ONLY]

If you want to have customized examples and templates for your own self-managed GitLab instance available to your team, your GitLab administrator can designate an instance template repository that contains examples and templates specific to your enterprise.

Other resources

This section provides further resources to help you get familiar with different aspects of GitLab CI/CD.

NOTE: Note: These resources may no longer reflect the current state of GitLab CI/CD.

CI/CD in the cloud

For examples of setting up GitLab CI/CD for cloud-based environments, see:

Customer stories

For some customer experiences with GitLab CI/CD, see:

Getting started

For some examples to help get you started, see:

Implementing GitLab CI/CD

For examples of others who have implemented GitLab CI/CD, see:

Integrating GitLab CI/CD with other systems

To see how you can integrate GitLab CI/CD with third-party systems, see:

Mobile development

For help with using GitLab CI/CD for mobile application development, see: