diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-06-06 04:47:26 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-06-06 04:47:26 +0000 |
commit | 04d9c3b27130918a07a2eea78ea50bc9233da598 (patch) | |
tree | 9ce8f372ed6efaff488f1637eedc4f9858784ba8 /doc/administration/job_artifacts.md | |
parent | 11bb3b53bcd2b50cb3fe243ac3b778354849cdde (diff) | |
download | gitlab-ce-04d9c3b27130918a07a2eea78ea50bc9233da598.tar.gz |
Docs: Tweak the wording regarding artifact completion
Diffstat (limited to 'doc/administration/job_artifacts.md')
-rw-r--r-- | doc/administration/job_artifacts.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/administration/job_artifacts.md b/doc/administration/job_artifacts.md index ef370573a98..05e15fc303b 100644 --- a/doc/administration/job_artifacts.md +++ b/doc/administration/job_artifacts.md @@ -7,9 +7,9 @@ > - Starting with GitLab 8.17, builds are renamed to jobs. > - This is the administration documentation. For the user guide see [pipelines/job_artifacts](../user/project/pipelines/job_artifacts.md). -Artifacts is a list of files and directories which are attached to a job -after it completes successfully. This feature is enabled by default in all -GitLab installations. Keep reading if you want to know how to disable it. +Artifacts is a list of files and directories which are attached to a job after it +finishes. This feature is enabled by default in all GitLab installations. Keep reading +if you want to know how to disable it. ## Disabling job artifacts @@ -42,8 +42,9 @@ To disable artifacts site-wide, follow the steps below. ## Storing job artifacts -After a successful job, GitLab Runner uploads an archive containing the job -artifacts to GitLab. +GitLab Runner can upload an archive containing the job artifacts to GitLab. By default, +this is done when the job succeeds, but can also be done on failure, or always, via the +[`artifacts:when`](../ci/yaml/README.md#artifactswhen) parameter. ### Using local storage |