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
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-09-22 15:45:35 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-09-22 15:45:51 +0300
commitc146c3e5d21dab5c010cc3062c8b10fb12e31f05 (patch)
tree4884fe759920d106d13e167de4f4fbf362675432 /doc
parent5e40cb2a9142b885f04928b3e11395094852cc62 (diff)
Added a note about build triggers [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/triggers/README.md4
-rw-r--r--doc/user/project/new_ci_build_permissions_model.md8
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md
index 6c6767fea0b..b78422f6d0e 100644
--- a/doc/ci/triggers/README.md
+++ b/doc/ci/triggers/README.md
@@ -2,6 +2,10 @@
> [Introduced][ci-229] in GitLab CE 7.14.
+> **Note**:
+GitLab 8.12 has a completely redesigned build permissions system.
+Read all about the [new model and its implications][../../user/project/new_ci_build_permissions_model.md#build-triggers].
+
Triggers can be used to force a rebuild of a specific branch, tag or commit,
with an API call.
diff --git a/doc/user/project/new_ci_build_permissions_model.md b/doc/user/project/new_ci_build_permissions_model.md
index 29677fee421..05aaa38d31e 100644
--- a/doc/user/project/new_ci_build_permissions_model.md
+++ b/doc/user/project/new_ci_build_permissions_model.md
@@ -277,5 +277,13 @@ test:
- docker run $CI_REGISTRY/group/other-project:latest
```
+### Build triggers
+
+> **Note:**
+Currently Build triggers do not support the new permission model.
+They continue to use the old authentication mechanism where the CI build
+can access only own sources. We plan to remove that limitation in one of the upcoming releases.
+
+
[git-scm]: https://git-scm.com/book/en/v2/Git-Tools-Submodules
[build permissions]: ../permissions.md#builds-permissions