summaryrefslogtreecommitdiff
path: root/doc/ci/pipelines
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-26 15:11:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-26 15:11:58 +0000
commit485728af8d6692d2df36f340b896dea79939ae0c (patch)
tree7595e61d1a5c92591f1065de648f7af70e26dcad /doc/ci/pipelines
parent93c1e0e4c231b0b13000a587a6949067ef7fb128 (diff)
downloadgitlab-ce-485728af8d6692d2df36f340b896dea79939ae0c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/pipelines')
-rw-r--r--doc/ci/pipelines/job_artifacts.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ci/pipelines/job_artifacts.md b/doc/ci/pipelines/job_artifacts.md
index c8babe3320d..6ca42479e8e 100644
--- a/doc/ci/pipelines/job_artifacts.md
+++ b/doc/ci/pipelines/job_artifacts.md
@@ -451,3 +451,12 @@ test-job:
reports:
dotenv: build.env
```
+
+### Job artifacts are not expired
+
+If some job artifacts are not expiring as expected, check if the
+[**Keep artifacts from most recent successful jobs**](#keep-artifacts-from-most-recent-successful-jobs)
+setting is enabled.
+
+When this setting is enabled, job artifacts from the latest successful pipeline
+of each ref do not expire and are not deleted.