summaryrefslogtreecommitdiff
path: root/doc/ci/permissions
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-07-12 17:52:48 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-07-12 17:52:48 +0300
commit523168c8bf29e0219620acce96ea07cadfdfcb13 (patch)
treeaaa9124dbf4ea5d4eeee2fa49c0471c6a9b76d13 /doc/ci/permissions
parentc6735f9f2068ba618165d8719405eda7899fa772 (diff)
downloadgitlab-ce-523168c8bf29e0219620acce96ea07cadfdfcb13.tar.gz
Move CI permissions to permissions.md
Diffstat (limited to 'doc/ci/permissions')
-rw-r--r--doc/ci/permissions/README.md23
1 files changed, 1 insertions, 22 deletions
diff --git a/doc/ci/permissions/README.md b/doc/ci/permissions/README.md
index d77061c14cd..42eb59f84c8 100644
--- a/doc/ci/permissions/README.md
+++ b/doc/ci/permissions/README.md
@@ -1,24 +1,3 @@
# Users Permissions
-GitLab CI relies on user's role on the GitLab. There are three permissions levels on GitLab CI: admin, master, developer, other.
-
-Admin user can perform any actions on GitLab CI in scope of instance and project. Also user with admin permission can use admin interface.
-
-
-
-
-| Action | Guest, Reporter | Developer | Master | Admin |
-|---------------------------------------|-----------------|-------------|----------|--------|
-| See commits and builds | ✓ | ✓ | ✓ | ✓ |
-| Retry or cancel build | | ✓ | ✓ | ✓ |
-| Remove project | | | ✓ | ✓ |
-| Create project | | | ✓ | ✓ |
-| Change project configuration | | | ✓ | ✓ |
-| Add specific runners | | | ✓ | ✓ |
-| Add shared runners | | | | ✓ |
-| See events in the system | | | | ✓ |
-| Admin interface | | | | ✓ |
-
-
-
-
+This document was moved to [user/permissions.md](../../user/permissions.md#gitlab-ci).