summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-29 23:09:44 +0000
committerEvan Read <eread@gitlab.com>2019-05-29 23:09:44 +0000
commit1c508b951c1f5682e6036ff28a0f2218687a1326 (patch)
treea23279ba462510414aa918524c3f488e105d553d
parent1befc3b59ef3e8cb84d7656afbf4c72d6decf2ec (diff)
parent0ea562cb4dae24c7ad6513a0f07f8ac769a1b66e (diff)
downloadgitlab-ce-1c508b951c1f5682e6036ff28a0f2218687a1326.tar.gz
Merge branch 'docs-masked-variables-requirements' into 'master'
Docs: Clarify allowed characters in masked variables See merge request gitlab-org/gitlab-ce!28864
-rw-r--r--doc/ci/variables/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index d33275cae4f..2157a6dc097 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -91,10 +91,9 @@ This means that the value of the variable will be hidden in job logs,
though it must match certain requirements to do so:
- The value must be in a single line.
-- The value must not have escape characters.
-- The value must not use variables.
-- The value must not have any whitespace.
+- The value must contain only letters, numbers, or underscores.
- The value must be at least 8 characters long.
+- The value must not use variables.
If the value does not meet the requirements above, then the CI variable will fail to save.
In order to save, either alter the value to meet the masking requirements