diff options
author | Afeique Sheikh <afeique@gmail.com> | 2019-06-28 14:36:10 +0000 |
---|---|---|
committer | Afeique Sheikh <afeique@gmail.com> | 2019-06-28 14:36:10 +0000 |
commit | 8c81fa5bc3b23f6ff65b054d665698f09afa3544 (patch) | |
tree | 2c892fe105064c0d0e354a3a39b9cc05cd7dad8f /doc | |
parent | c5da0b86d298c0d9a9f4e167e4ee2fef884bf286 (diff) | |
download | gitlab-ce-8c81fa5bc3b23f6ff65b054d665698f09afa3544.tar.gz |
Update job_artifacts.md to reflect change: https://gitlab.com/gitlab-org/gitlab-ce/issues/31771
"Developers should only be able to delete jobs if they own them or are Master"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/pipelines/job_artifacts.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/job_artifacts.md b/doc/user/project/pipelines/job_artifacts.md index 002addfc043..f9feae36dbc 100644 --- a/doc/user/project/pipelines/job_artifacts.md +++ b/doc/user/project/pipelines/job_artifacts.md @@ -187,7 +187,8 @@ information in the UI. DANGER: **Warning:** This is a destructive action that leads to data loss. Use with caution. -If you have at least Developer [permissions](../../permissions.md#gitlab-cicd-permissions) +If you are either the owner of a given job or have Master +[permissions](../../permissions.md#gitlab-cicd-permissions) on the project, you can erase a single job via the UI which will also remove the artifacts and the job's trace. |