diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2017-02-24 10:53:14 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2017-02-24 10:53:14 +0000 |
commit | c6ac73913cebd26f5d9a3c253bc37b94cd88983d (patch) | |
tree | be7703e2fe3b57216d29084b0d40a73343400580 /doc | |
parent | a2a4fb85e26b9161f49fe7eef58fe775de760d30 (diff) | |
parent | 3d8c4c903cefc332a421039573c67353a9fa6055 (diff) | |
download | gitlab-ce-c6ac73913cebd26f5d9a3c253bc37b94cd88983d.tar.gz |
Merge branch 'patch-15' into 'master'
Fixed instructions for adding Secret Variables to a CI/CD pipeline.
See merge request !9480
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/variables/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 8a638ed3df8..620d4744685 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -148,7 +148,8 @@ 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 ➔ Variables ➔ Add variable**. +**Settings ➔ CI/CD Pipelines**, then finding the section called +**Secret Variables**. Once you set them, they will be available for all subsequent jobs. |