Commit dc1c9777 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'eread/clarify-artifacts_when-timeouts' into 'master'

Clarify for timeouts for artifacts:when

See merge request gitlab-org/gitlab!80352
parents e1bf3c99 f25a65e9
......@@ -974,7 +974,7 @@ failure.
- `on_success` (default): Upload artifacts only when the job succeeds.
- `on_failure`: Upload artifacts only when the job fails.
- `always`: Always upload artifacts. For example, when
- `always`: Always upload artifacts (except when jobs time out). For example, when
[uploading artifacts](../unit_test_reports.md#viewing-junit-screenshots-on-gitlab)
required to troubleshoot failing tests.
......
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