diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-14 03:09:18 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-14 03:09:18 +0000 |
commit | 8bb1b3946d7c2b4caadb277639f56f0a36ff0320 (patch) | |
tree | b4b72cf61c5aa7fd69e8033a63d9fc2e53329773 /doc/user/project/releases | |
parent | 21e3c086129448d5cfcca42e462d9bb2e7938421 (diff) | |
download | gitlab-ce-8bb1b3946d7c2b4caadb277639f56f0a36ff0320.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/releases')
-rw-r--r-- | doc/user/project/releases/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/releases/index.md b/doc/user/project/releases/index.md index 99df4a315c3..06ad71713d7 100644 --- a/doc/user/project/releases/index.md +++ b/doc/user/project/releases/index.md @@ -416,14 +416,14 @@ Evidence collection snapshots are visible on the Releases page, along with the t > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/32773) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 13.2. -When you create a release, if [job artifacts](../../../ci/pipelines/job_artifacts.md#artifactsreports) are included in the last pipeline that ran, they are automatically included in the release as release evidence. +When you create a release, if [job artifacts](../../../ci/yaml/README.md#artifactsreports) are included in the last pipeline that ran, they are automatically included in the release as release evidence. Although job artifacts normally expire, artifacts included in release evidence do not expire. To enable job artifact collection you need to specify both: 1. [`artifacts:paths`](../../../ci/yaml/README.md#artifactspaths) -1. [`artifacts:reports`](../../../ci/pipelines/job_artifacts.md#artifactsreports) +1. [`artifacts:reports`](../../../ci/yaml/README.md#artifactsreports) ```yaml ruby: |