diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-05-22 14:17:48 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-05-22 14:17:48 +0000 |
commit | a4407e75d374f65d8638d40eadbd0ec8c32cd6f6 (patch) | |
tree | b79e17cac9ca5290b728458b3592891576e8700d /doc/ci/variables | |
parent | a5a5f5fe27b494e72db9c4130a9869309f0d5ecf (diff) | |
parent | 9189cffb937d0f8db41733f7700bf9969222b036 (diff) | |
download | gitlab-ce-a4407e75d374f65d8638d40eadbd0ec8c32cd6f6.tar.gz |
Merge branch 'dz-rename-pipelines-settings-tab' into 'master'
Rename CI/CD Pipelines to Pipelines in the project settings
Closes #31980
See merge request !11305
Diffstat (limited to 'doc/ci/variables')
-rw-r--r-- | doc/ci/variables/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 9a3bbcf2853..0d4d08106f8 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -152,7 +152,7 @@ available in the build environment. It's the recommended method to use for storing things like passwords, secret keys and credentials. Secret variables can be added by going to your project's -**Settings ➔ CI/CD Pipelines**, then finding the section called +**Settings ➔ Pipelines**, then finding the section called **Secret Variables**. Once you set them, they will be available for all subsequent jobs. |