Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/cicd/index.md')
-rw-r--r--doc/development/cicd/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/development/cicd/index.md b/doc/development/cicd/index.md
index 8677d5b08e3..e8e116037de 100644
--- a/doc/development/cicd/index.md
+++ b/doc/development/cicd/index.md
@@ -15,6 +15,12 @@ Development guides that are specific to CI/CD are listed here:
See the [CI/CD YAML reference documentation guide](cicd_reference_documentation_guide.md)
to learn how to update the [reference page](../../ci/yaml/index.md).
+## Examples of CI/CD usage
+
+We maintain a [`ci-sample-projects`](https://gitlab.com/gitlab-org/ci-sample-projects) group, with projects that showcase
+examples of `.gitlab-ci.yml` for different use cases of GitLab CI/CD. They also cover specific syntax that could
+be used for different scenarios.
+
## CI Architecture overview
The following is a simplified diagram of the CI architecture. Some details are left out to focus on