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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-24 12:09:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-24 12:09:58 +0300
commit49cea0b04a1138a00cc7068c4c1a997867aeae88 (patch)
tree8fcb67c495910b1e29d3d103c67f4b5ab08f4486 /doc
parentb8c4740f87d08217b970b6441eda28f79b78ecef (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/index.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/ci/yaml/index.md b/doc/ci/yaml/index.md
index 8e8942eaff7..65e6419dc43 100644
--- a/doc/ci/yaml/index.md
+++ b/doc/ci/yaml/index.md
@@ -685,7 +685,7 @@ subdirectories of `binaries/`.
**Related topics**:
-- [Exclude files from job artifacts](../pipelines/job_artifacts.md#exclude-files-from-job-artifacts)
+- [Exclude files from job artifacts](../pipelines/job_artifacts.md#exclude-files-from-job-artifacts).
#### `artifacts:expire_in`
@@ -781,6 +781,10 @@ test:
- `.xml`
- `.log`
+**Related topics**:
+
+- [Expose job artifacts in the merge request UI](../pipelines/job_artifacts.md#expose-job-artifacts-in-the-merge-request-ui).
+
#### `artifacts:name`
Use the `artifacts:name` keyword to define the name of the created artifacts
@@ -793,7 +797,8 @@ If not defined, the default name is `artifacts`, which becomes `artifacts.zip` w
**Possible inputs**:
-- The name of the artifacts archive. Can use [CI/CD variables](../variables/index.md).
+- The name of the artifacts archive. Can use [CI/CD variables](../variables/index.md). Must be combined with
+ [`artifacts:paths`](#artifactspaths).
**Example of `artifacts:name`**:
@@ -809,7 +814,7 @@ job:
**Related topics**:
-- [Use CI/CD variables to define the artifacts name.](../pipelines/job_artifacts.md#use-cicd-variables-to-define-the-artifacts-name)
+- [Use CI/CD variables to define the artifacts name](../pipelines/job_artifacts.md#use-cicd-variables-to-define-the-artifacts-name).
#### `artifacts:paths`