Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
523168c8
Commit
523168c8
authored
Jul 12, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move CI permissions to permissions.md
parent
c6735f9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
23 deletions
+2
-23
doc/ci/README.md
doc/ci/README.md
+1
-1
doc/ci/permissions/README.md
doc/ci/permissions/README.md
+1
-22
No files found.
doc/ci/README.md
View file @
523168c8
...
...
@@ -15,6 +15,6 @@
-
[
Use SSH keys in your build environment
](
ssh_keys/README.md
)
-
[
Trigger builds through the API
](
triggers/README.md
)
-
[
Build artifacts
](
build_artifacts/README.md
)
-
[
User permissions
](
permissions/README.md
)
-
[
User permissions
](
../user/permissions.md#gitlab-ci
)
-
[
API
](
../api/ci/README.md
)
-
[
CI services (linked docker containers)
](
services/README.md
)
doc/ci/permissions/README.md
View file @
523168c8
# 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
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment