summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Stanley <dstanley@gitlab.com>2019-08-30 11:26:22 -0700
committerDiana Stanley <dstanley@gitlab.com>2019-08-30 11:41:28 -0700
commitaa498aa798645956568e911238756a24c3fd9a8d (patch)
tree9496b9129ab06a4b701563a885c44616c5eacffd
parent663b7bb4771f3261d7451b6e1d74c778fd0e3589 (diff)
downloadgitlab-ce-66832-docs-setting-default-expiration-does-not-affect-previously-created-artifacts.tar.gz
Docs: expiration setting change applies only to new artifacts66832-docs-setting-default-expiration-does-not-affect-previously-created-artifacts
-rw-r--r--doc/user/admin_area/settings/continuous_integration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/admin_area/settings/continuous_integration.md b/doc/user/admin_area/settings/continuous_integration.md
index fa14ecdf7cb..28be1ceeb18 100644
--- a/doc/user/admin_area/settings/continuous_integration.md
+++ b/doc/user/admin_area/settings/continuous_integration.md
@@ -54,6 +54,11 @@ This setting is set per job and can be overridden in
[`.gitlab-ci.yml`](../../../ci/yaml/README.md#artifactsexpire_in).
To disable the expiration, set it to `0`. The default unit is in seconds.
+NOTE: **Note:**
+If you change this setting, it will only apply to artifacts created after the setting change.
+The [GitLab rails cheat sheet](https://docs.gitlab.com/debug/gitlab_rails_cheat_sheet.html#remove-artifacts-more-than-a-week-old)
+describes how to remove old artifacts.
+
## Shared Runners pipeline minutes quota **(STARTER ONLY)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1078)