diff options
author | Jason Lenny <jason@gitlab.com> | 2019-08-07 16:21:04 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-07 16:21:04 +0000 |
commit | 4a590d9f15a5ce885792f0e510e83cc56a8b0fda (patch) | |
tree | e496f1eaf750d104d215ab72fbaba5203e9f80d2 /doc/ci/quick_start/README.md | |
parent | faa9ab577a4c8602594fc3db8f384430bc63ea90 (diff) | |
download | gitlab-ce-4a590d9f15a5ce885792f0e510e83cc56a8b0fda.tar.gz |
Add Jenkins quick reference page
Diffstat (limited to 'doc/ci/quick_start/README.md')
-rw-r--r-- | doc/ci/quick_start/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index 0480b83d183..5626428bfc3 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -13,6 +13,10 @@ NOTE: **Note:** Please keep in mind that only project Maintainers and Admin users have the permissions to access a project's settings. +NOTE: **Note:** +Coming over to GitLab from Jenkins? Check out our [reference](../jenkins/index.md) +for converting your pre-existing pipelines over to our format. + GitLab offers a [continuous integration][ci] service. If you [add a `.gitlab-ci.yml` file][yaml] to the root directory of your repository, and configure your GitLab project to use a [Runner], then each commit or |