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
path: root/doc/ci
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2019-06-05 20:40:36 +0300
committerMike Greiling <mike@pixelcog.com>2019-06-05 20:40:36 +0300
commit42b7503820ab3f76d382f7e595239215d1487ca7 (patch)
tree1d57dc188b3624fbaf45eadeda38786fd17b28c9 /doc/ci
parentdbcbfc2638c289307c6e421fa6a5ca48603b1d53 (diff)
parent598fa4cdd8e698d4ed19ad6101989aa286c9131c (diff)
Merge branch '11204-turn-off-mask-by-default' into 'master'
Default masked to false for new variables Closes gitlab-ee#11204 See merge request gitlab-org/gitlab-ce!28186
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 43fc3a1ad47..c851931e85c 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -87,7 +87,7 @@ Variable types can be set via the [UI](#via-the-ui) or the [API](../../api/proje
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/13784) in GitLab 11.10
-By default, variables will be created as masked variables.
+Variables can be created as masked variables.
This means that the value of the variable will be hidden in job logs,
though it must match certain requirements to do so: