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
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-08-18 15:40:00 +0300
committerShinya Maeda <shinya@gitlab.com>2017-08-18 19:13:27 +0300
commit353e0acc15c2d678a4e9c690dfed19e672f88636 (patch)
tree891dc73a88c2eb45ef55992421f0644e349b8e63 /doc/user/permissions.md
parent7bf54f7cbd4565d7f14c98a51a4d2cf5c645ace5 (diff)
Diffstat (limited to 'doc/user/permissions.md')
-rw-r--r--doc/user/permissions.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/permissions.md b/doc/user/permissions.md
index 719e351fb8b..f154295b42e 100644
--- a/doc/user/permissions.md
+++ b/doc/user/permissions.md
@@ -192,12 +192,12 @@ instance and project. In addition, all admins can use the admin interface under
| Action | Guest, Reporter | Developer | Master | Admin |
|---------------------------------------|-----------------|-------------|----------|--------|
| See commits and jobs | ✓ | ✓ | ✓ | ✓ |
-| Retry or cancel job | | ✓ | ✓ | ✓ |
+| Retry or cancel job | | ✓ [^6] | ✓ [^6] | ✓ |
+| Erase job artifacts and trace | | | ✓ [^6] | ✓ |
| Remove project | | | ✓ | ✓ |
| Create project | | | ✓ | ✓ |
| Change project configuration | | | ✓ | ✓ |
| Add specific runners | | | ✓ | ✓ |
-| Erase jobs | | | ✓ | ✓ |
| Add shared runners | | | | ✓ |
| See events in the system | | | | ✓ |
| Admin interface | | | | ✓ |
@@ -251,5 +251,6 @@ only.
[^3]: Not allowed for Guest, Reporter, Developer, Master, or Owner
[^4]: Only if user is not external one.
[^5]: Only if user is a member of the project.
+[^6]: Only if user has a permission to merge/push to the ref (branch/tag)
[ce-18994]: https://gitlab.com/gitlab-org/gitlab-ce/issues/18994
[new-mod]: project/new_ci_build_permissions_model.md