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:
authorJason Lenny <jason@gitlab.com>2019-08-07 19:21:04 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-07 19:21:04 +0300
commit4a590d9f15a5ce885792f0e510e83cc56a8b0fda (patch)
treee496f1eaf750d104d215ab72fbaba5203e9f80d2 /doc/ci/README.md
parentfaa9ab577a4c8602594fc3db8f384430bc63ea90 (diff)
Add Jenkins quick reference page
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r--doc/ci/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 6923d07bb1d..f3006528d01 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -53,6 +53,9 @@ the following documents:
- [GitLab CI/CD basic workflow](introduction/index.md#basic-cicd-workflow).
- [Step-by-step guide for writing `.gitlab-ci.yml` for the first time](../user/project/pages/getting_started_part_four.md).
+If you're coming over from Jenkins, you can also check out our handy [reference](jenkins/index.md)
+for converting your pipelines.
+
You can also get started by using one of the
[`.gitlab-ci.yml` templates](https://gitlab.com/gitlab-org/gitlab-ce/tree/master/lib/gitlab/ci/templates)
available through the UI. You can use them by creating a new file,