diff options
author | Agnes Oetama <aoetama@gitlab.com> | 2019-07-26 01:13:26 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-26 01:13:26 +0000 |
commit | 13eb8fdaf1e975d83a5cd3ecadbd8158d41d5235 (patch) | |
tree | 365a3479a2084ef395ef2f66d2163e7a6c731b90 /doc/ci/introduction/index.md | |
parent | 594f3e0e60f94596f7b4374edad02c0cc07840f5 (diff) | |
download | gitlab-ce-13eb8fdaf1e975d83a5cd3ecadbd8158d41d5235.tar.gz |
Update README.md - add CTA to watch Mastering CI/CD webcast and 5 teams that made the switch to GitLab CI/CD article
Diffstat (limited to 'doc/ci/introduction/index.md')
-rw-r--r-- | doc/ci/introduction/index.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/introduction/index.md b/doc/ci/introduction/index.md index 6401ff90a0a..366aca3442e 100644 --- a/doc/ci/introduction/index.md +++ b/doc/ci/introduction/index.md @@ -9,6 +9,11 @@ In this document we'll present an overview of the concepts of Continuous Integra Continuous Delivery, and Continuous Deployment, as well as an introduction to GitLab CI/CD. +NOTE: **Out-of-the-box management systems can decrease hours spent on maintaining toolchains by 10% or more.** +Watch our +["Mastering continuous software development"](https://about.gitlab.com/webcast/mastering-ci-cd/) +webcast to learn about continuous methods and how GitLab’s built-in CI can help you simplify and scale software development. + ## Introduction to CI/CD methodologies The continuous methodologies of software development are based on |