summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-10-06 17:59:18 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-10-06 17:59:18 +0200
commit8522fc15c1c3a1a383492e0601136586bf1e621a (patch)
treeae5acc7907afb6de240deeeb4245c896b3f4853a
parentd7dd66ed561c48e8b698d750cd4f4ea32379ad30 (diff)
downloadgitlab-ce-ci-https.tar.gz
Add notice about HTTPS cloning for CIci-https
-rw-r--r--doc/user/project/new_ci_build_permissions_model.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/project/new_ci_build_permissions_model.md b/doc/user/project/new_ci_build_permissions_model.md
index e73f60023b5..5253825d507 100644
--- a/doc/user/project/new_ci_build_permissions_model.md
+++ b/doc/user/project/new_ci_build_permissions_model.md
@@ -98,6 +98,9 @@ As an Administrator, you can verify that the user is a member of the group or
project they're trying to have access to, and you can impersonate the user to
retry the failing build in order to verify that everything is correct.
+You need to make sure that your installation has HTTPS cloning enabled.
+HTTPS support is required by GitLab CI to clone all sources.
+
## Build triggers
[Build triggers][triggers] do not support the new permission model.