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/user
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-07 10:00:49 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-07 10:00:49 +0300
commitc2cf1dd6c771ee3a181fa9704da593daa825c58a (patch)
tree19263fa90322684c2228c97d9acc4eaffcbfaadf /doc/user
parent6678fab3688b9f96c551a7926e85dc855b7d4bda (diff)
parent8522fc15c1c3a1a383492e0601136586bf1e621a (diff)
Merge branch 'ci-https' into 'master'
Add notice about HTTPS cloning for CI ## What does this MR do? Adds a notice about potential problem with GitLab CI unable to clone sources: https://gitlab.com/gitlab-org/gitlab-ce/issues/22484#note_16612187 ## Issues Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22484 See merge request !6719
Diffstat (limited to 'doc/user')
-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.