diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-26 15:11:58 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-26 15:11:58 +0000 |
commit | 485728af8d6692d2df36f340b896dea79939ae0c (patch) | |
tree | 7595e61d1a5c92591f1065de648f7af70e26dcad /doc/ci/pipelines | |
parent | 93c1e0e4c231b0b13000a587a6949067ef7fb128 (diff) | |
download | gitlab-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.md | 9 |
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. |