... | ... | @@ -456,7 +456,9 @@ By default, artefacts 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).
|
|
|
|
|
|
To clean old artifacts and pipelines in your projects, you can use _Gitlab Quotas Helper Component_. This component contains templates to help users in cleaning their artifacts and pipelines in their CI/CD scripts: https://gitlab.inria.fr/explore/catalog/sdt-pfo/tools/gitlab-quotas-helper-component
|
|
|
To clean old artifacts and pipelines in your projects, you can use:
|
|
|
- [A CLI gitlab api application based on python-gitlab](https://gitlab.inria.fr/sdt-pfo/tools/gitlab-api)
|
|
|
- _Gitlab Quotas Helper Component_. This component contains templates to help users in cleaning their artifacts and pipelines in their CI/CD scripts, click on Readme tab: https://gitlab.inria.fr/explore/catalog/sdt-pfo/tools/gitlab-quotas-helper-component
|
|
|
|
|
|
### How do I automate storage management for CI/CD pipelines/job logs/job artifacts?
|
|
|
[List/delete job artifacts, delete job logs, delete pipelines](https://docs.gitlab.com/ee/user/storage_management_automation.html#manage-cicd-pipeline-storage)
|
... | ... | |