| ... | ... | @@ -453,8 +453,8 @@ In the course of time the size of data generated for gitlab-ci pipelines may gro |
|
|
|
- use [cache](https://docs.gitlab.com/ee/ci/yaml/#cache) instead of artifacts when possible when jobs with dependencies can be executed on the same machine,
|
|
|
|
- generate fewer archives and lighter archives, keeping only what is strictly necessary.
|
|
|
|
|
|
|
|
### How do I delete the oldest or most recent artefacts?
|
|
|
|
By default, artefacts expire after 30 days.
|
|
|
|
### How do I delete the oldest or most recent artifacts?
|
|
|
|
By default, artifacts expire after 30 days.
|
|
|
|
|
|
|
|
As a bonus, in each project, artifacts from the most recent successful pipeline are stored and do not expire. This option can be deactivated at project level (Settings -> CI/CD -> Artifacts -> Keep artifacts from most recent successful jobs).
|
|
|
|
|
| ... | ... | |
| ... | ... | |