summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-06-12 15:26:47 +0000
committerMike Lewis <mlewis@gitlab.com>2019-06-12 15:26:47 +0000
commit0c6eedeb81254f832775846d6d19a502a88562f7 (patch)
treed34996d3ec6e06486cbc217ab89f5122af4dd4a5
parent1dab293938905ac1f181ab69e7cc735b2814ebc5 (diff)
parent212c08286bc6c5527b7637c7929ae79e57502ac7 (diff)
downloadgitlab-ce-0c6eedeb81254f832775846d6d19a502a88562f7.tar.gz
Merge branch 'docs/add_cicd_example_videos' into 'master'
Add links to CI/CD videos See merge request gitlab-org/gitlab-ce!29526
-rw-r--r--doc/ci/examples/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index d2ea30839a4..1548b0e619f 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -62,8 +62,8 @@ For examples of setting up GitLab CI/CD for cloud-based environments, see:
- [Automating Kubernetes Deployments with GitLab CI/CD](https://www.youtube.com/watch?v=wEDRfAz6_Uw)
- [How to autoscale continuous deployment with GitLab Runner on DigitalOcean](https://about.gitlab.com/2018/06/19/autoscale-continuous-deployment-gitlab-runner-digital-ocean/)
- [How to create a CI/CD pipeline with Auto Deploy to Kubernetes using GitLab and Helm](https://about.gitlab.com/2017/09/21/how-to-create-ci-cd-pipeline-with-autodeploy-to-kubernetes-using-gitlab-and-helm/)
+- [Demo - Deploying from GitLab to OpenShift Container Cluster](https://youtu.be/EwbhA53Jpp4)
-<i class="fa fa-youtube-play youtube" aria-hidden="true"></i>
See also the following video overviews:
- [Containers, Schedulers, and GitLab CI](https://www.youtube.com/watch?v=d-9awBxEbvQ).
@@ -100,6 +100,10 @@ For examples of others who have implemented GitLab CI/CD, see:
- [Fast and natural continuous integration with GitLab CI](https://about.gitlab.com/2017/05/22/fast-and-natural-continuous-integration-with-gitlab-ci/)
- [Demo: CI/CD with GitLab in action](https://about.gitlab.com/2017/03/13/ci-cd-demo/)
+### Migrating to GitLab from third-party CI tools
+
+- [Migrating from Jenkins to GitLab](https://youtu.be/RlEVGOpYF5Y)
+
### Integrating GitLab CI/CD with other systems
To see how you can integrate GitLab CI/CD with third-party systems, see: