summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-07-05 18:28:30 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-05 18:28:30 +0000
commit2cbc72d93e120d8eb53ff0c9191fc00d7bab6a21 (patch)
tree5d5670aa851fe4c748c9055f9bce66213aaf0760
parentb0ee986fbb0eebf3b740b6e88712e8f259a325e9 (diff)
parent4545e98810ecc76421ee76b3bc1da807caae1ef9 (diff)
downloadgitlab-ce-2cbc72d93e120d8eb53ff0c9191fc00d7bab6a21.tar.gz
Merge branch 'docs/edit-job-artifacts-text' into 'master'
Edit text, using correct terms See merge request gitlab-org/gitlab-ce!30382
-rw-r--r--doc/user/project/pipelines/job_artifacts.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/user/project/pipelines/job_artifacts.md b/doc/user/project/pipelines/job_artifacts.md
index f9feae36dbc..1966b136e9d 100644
--- a/doc/user/project/pipelines/job_artifacts.md
+++ b/doc/user/project/pipelines/job_artifacts.md
@@ -187,10 +187,13 @@ information in the UI.
DANGER: **Warning:**
This is a destructive action that leads to data loss. Use with caution.
-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.
+You can erase a single job via the UI, which will also remove the job's
+artifacts and trace, if you are:
+
+- The owner of the job.
+- A [Maintainer](../../permissions.md#gitlab-cicd-permissions) of the project.
+
+To erase a job:
1. Navigate to a job's page.
1. Click the trash icon at the top right of the job's trace.