diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2018-08-17 05:41:53 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-08-17 05:41:53 +0000 |
commit | cd1e6dd37c4f03f9205685eb6f7eb44713ec723e (patch) | |
tree | 27c895ed55f1f957b2ac692a33d499400ffe904f /doc/ci | |
parent | 46494f46a1345bafed1cde91ccfa4fb585a1782f (diff) | |
download | gitlab-ce-cd1e6dd37c4f03f9205685eb6f7eb44713ec723e.tar.gz |
doc: ci/yaml expire_in: the value is in seconds
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/yaml/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index ef740ab1c5e..abba748db8b 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1075,8 +1075,10 @@ keep artifacts forever. After their expiry, artifacts are deleted hourly by default (via a cron job), and are not accessible anymore. -The value of `expire_in` is an elapsed time. Examples of parsable values: +The value of `expire_in` is an elapsed time in seconds, unless a unit is +provided. Examples of parsable values: +- '42' - '3 mins 4 sec' - '2 hrs 20 min' - '2h20min' |