Document Artifacts Expire date
Currently we have .gitlab-ci.yml documentation:
It's good enough for the start, but we should also document user side of the feature.
Edit user docs in https://docs.gitlab.com/ce/user/project/pipelines/job_artifacts.html:
-
You specify expire_inin your.gitlab-ci.yml, -
You can Keepyour artifacts from expiring, -
The artifacts are marked as to be deleted after expire date,
Edit admin docs in https://docs.gitlab.com/ce/administration/job_artifacts.html:
-
The artifacts are cleaned up by expire_build_artifacts_worker_cronwhich is configured by default to50 * * * *(every hour at 50 minutes) -
That expire_build_artifacts_workeris a configuration ofgitlab.yml(for source installations) andgitlab.rb(for Omnibus installations)
Edited by Achilleas Pipinellis