diff options
author | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-21 08:44:12 -0700 |
---|---|---|
committer | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-21 08:44:12 -0700 |
commit | 4693b74801f9b473d270400b8954a90d389ddb54 (patch) | |
tree | 3d684ebe7b3e374f02ccbf25a17c836f3822b25e /doc/ci | |
parent | 179783f1ce0ce16913199a84e65ebea5fb4422ec (diff) | |
download | gitlab-ce-4693b74801f9b473d270400b8954a90d389ddb54.tar.gz |
Clarify artifact expiryexpiry
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/yaml/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index d0fbcbe9988..179d6c867c1 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -724,8 +724,8 @@ time they are uploaded and stored on GitLab. You can use the **Keep** button on the build page to override expiration and keep artifacts forever. -By default, artifacts are deleted hourly (via a cron job), but they are not -accessible after expiry. +After expiry, artifacts are actually deleted hourly by default (via a cron job), +but they are not accessible after expiry. The value of `expire_in` is an elapsed time. Examples of parseable values: - '3 mins 4 sec' |