BigW Consortium Gitlab

Commit 7e42d499 by Achilleas Pipinellis

Merge branch 'expiry' into 'master'

Clarify artifact expiry ## What does this MR do? Clarifies documentation about artifact expiry. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## What are the relevant issue numbers? ## Screenshots (if relevant) See merge request !4831
parents 564026f6 4693b748
...@@ -726,8 +726,8 @@ time they are uploaded and stored on GitLab. ...@@ -726,8 +726,8 @@ time they are uploaded and stored on GitLab.
You can use the **Keep** button on the build page to override expiration and You can use the **Keep** button on the build page to override expiration and
keep artifacts forever. keep artifacts forever.
By default, artifacts are deleted hourly (via a cron job), but they are not After expiry, artifacts are actually deleted hourly by default (via a cron job),
accessible after expiry. but they are not accessible after expiry.
The value of `expire_in` is an elapsed time. Examples of parseable values: The value of `expire_in` is an elapsed time. Examples of parseable values:
- '3 mins 4 sec' - '3 mins 4 sec'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment