Commit 228955f1 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch '234069-improve-documentation-for-job-artifacts-expire_in-never' into 'master'

Improve documentation for `job:artifacts:expire_in: never`

Closes #234069

See merge request gitlab-org/gitlab!39078
parents 8ca477b2 dabb1be7
...@@ -3184,7 +3184,7 @@ stored on GitLab. If the expiry time is not defined, it defaults to the ...@@ -3184,7 +3184,7 @@ stored on GitLab. If the expiry time is not defined, it defaults to the
[instance wide setting](../../user/admin_area/settings/continuous_integration.md#default-artifacts-expiration-core-only) [instance wide setting](../../user/admin_area/settings/continuous_integration.md#default-artifacts-expiration-core-only)
(30 days by default). (30 days by default).
To override the expiration time and keep artifacts forever: To override the expiration date and protect artifacts from being automatically deleted:
- Use the **Keep** button on the job page. - Use the **Keep** button on the job page.
- Set the value of `expire_in` to `never`. [Available](https://gitlab.com/gitlab-org/gitlab/-/issues/22761) - Set the value of `expire_in` to `never`. [Available](https://gitlab.com/gitlab-org/gitlab/-/issues/22761)
......
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