Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2018-08-17 08:41:53 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-08-17 08:41:53 +0300
commitcd1e6dd37c4f03f9205685eb6f7eb44713ec723e (patch)
tree27c895ed55f1f957b2ac692a33d499400ffe904f /doc/ci/yaml
parent46494f46a1345bafed1cde91ccfa4fb585a1782f (diff)
doc: ci/yaml expire_in: the value is in seconds
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md4
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'