Artifacts expire date
What do you think @grzesiek?
The syntax will be simple:
job:
artifacts:
expire_in: 7d
-
Implement expire_in -
Check current design of expiry information with @jschatz1 and @markpundsack -
Add tests in GitLab application for a ExpireBuildArtifactsWorkerand forArtifactsController::keep -
Add user documentation how to use artifacts:expire_in -
Prepare GitLab Runner changes to pass expire_in: gitlab-org/gitlab-ci-multi-runner!191 -
Fix timeagowith help of @jschatz1 -
Merge latest master after builds view changes @iamphill -
Add Omnibus support for expire_build_artifacts_workercron job omnibus-gitlab!821 (merged) -
Add documentation how to configure expire_build_artifacts_worker: https://gitlab.com/gitlab-org/gitlab-ce/issues/18694
This is based on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4201.