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
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-04-30 12:09:59 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-04-30 12:09:59 +0300
commit649f791e054f04512fa42ad0f195a7c75543df98 (patch)
tree93706a2beb33d4c64a96052d98ba5fb15d32837e
parentfa7b98d508a047f258b4f72d9063ec080c21cbcb (diff)
parentb5932cdf6e003de6a360b003164c75898d1568cc (diff)
Merge branch 'patch-28' into 'master'
Update index.md See merge request gitlab-org/gitlab-ce!18450
-rw-r--r--doc/user/project/clusters/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index 716787532fc..edb875bc7e6 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -238,6 +238,7 @@ work.
The default environment scope is `*`, which means all jobs, regardless of their
environment, will use that cluster. Each scope can only be used by a single
cluster in a project, and a validation error will occur if otherwise.
+Also, jobs that don't have an environment keyword set will not be able to access any cluster.
---