diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-11 00:09:21 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-11 00:09:21 +0000 |
commit | cbb1710f90cc2adfdbe2466b7b811f0d6d0638c4 (patch) | |
tree | 645c295bcaf68a44844c457d7fab601d5c67aec8 /doc/ci/pipelines | |
parent | 685a1a79515369f3859bf16871a0e4c2799a4e4e (diff) | |
download | gitlab-ce-cbb1710f90cc2adfdbe2466b7b811f0d6d0638c4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/pipelines')
-rw-r--r-- | doc/ci/pipelines/job_artifacts.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/pipelines/job_artifacts.md b/doc/ci/pipelines/job_artifacts.md index 95de1d46d5c..cc26ede5f6e 100644 --- a/doc/ci/pipelines/job_artifacts.md +++ b/doc/ci/pipelines/job_artifacts.md @@ -399,6 +399,11 @@ the keyword reference for information on how to fetch artifacts with these keywo - [`needs`](../yaml/index.md#needs) - [`needs:artifacts`](../yaml/index.md#needsartifacts) +### Job artifacts using too much disk space + +There are a number of potential causes for this. +[Read more in the job artifacts administration documentation](../../administration/job_artifacts.md#job-artifacts-using-too-much-disk-space). + ### Error message `No files to upload` This message is often preceded by other errors or warnings that specify the filename and why it wasn't |