diff options
author | Fabio Busatto <fabio@gitlab.com> | 2017-09-07 11:23:02 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-07 11:23:02 +0000 |
commit | 48dbeaa6baf5150fee1082ccac2578831a3539e4 (patch) | |
tree | fc3cc78d5ef0733177e22740c49ab94ad3990f95 /doc/user/project/protected_branches.md | |
parent | 8ed0a051076b2486a10904575a24d9bda7306fa0 (diff) | |
download | gitlab-ce-48dbeaa6baf5150fee1082ccac2578831a3539e4.tar.gz |
Add Security on protected branches
Diffstat (limited to 'doc/user/project/protected_branches.md')
-rw-r--r-- | doc/user/project/protected_branches.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/protected_branches.md b/doc/user/project/protected_branches.md index 0570d9f471f..0cbb0c878c2 100644 --- a/doc/user/project/protected_branches.md +++ b/doc/user/project/protected_branches.md @@ -115,6 +115,14 @@ Deleting a protected branch is only allowed via the web interface, not via Git. This means that you can't accidentally delete a protected branch from your command line or a Git client application. +## Running pipelines on protected branches + +The permission to merge or push to protected branches is used to define if a user can +run CI/CD pipelines and execute actions on jobs that are related to those branches. + +See [Security on protected branches](../../ci/pipelines.md#security-on-protected-branches) +for details about the pipelines security model. + ## Changelog **9.2** |