Commit 41c42b95 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'eread/follow-up-to-refactored-pipeline-content' into 'master'

Fixes a couple of periods on lists and implement review feedback

See merge request gitlab-org/gitlab!75072
parents 61f6c080 75e0f16b
......@@ -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`
......
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