From a6adee0e812075db577587b1a8042d491ceae457 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 26 Jun 2021 06:08:19 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/ci/yaml/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/ci/yaml') diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 6997436b66e..48f735d3bcf 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -2368,7 +2368,7 @@ rspec: **Related topics**: -- See the [common `cache` use cases](../caching/index.md#common-use-cases) for more +- See the [common `cache` use cases](../caching/index.md#common-use-cases-for-caches) for more `cache:paths` examples. #### `cache:key` @@ -2414,10 +2414,10 @@ cache-job: **Related topics**: -- You can specify a [fallback cache key](../caching/index.md#fallback-cache-key) +- You can specify a [fallback cache key](../caching/index.md#use-a-fallback-cache-key) to use if the specified `cache:key` is not found. - You can [use multiple cache keys](../caching/index.md#use-multiple-caches) in a single job. -- See the [common `cache` use cases](../caching/index.md#common-use-cases) for more +- See the [common `cache` use cases](../caching/index.md#common-use-cases-for-caches) for more `cache:key` examples. ##### `cache:key:files` @@ -3561,13 +3561,13 @@ deploystacks: [vultr, data] Use `trigger` to define a downstream pipeline trigger. When GitLab starts a `trigger` job, a downstream pipeline is created. -Jobs with `trigger` can only use a [limited set of keywords](../multi_project_pipelines.md#create-multi-project-pipelines-in-your-gitlab-ciyml-file). +Jobs with `trigger` can only use a [limited set of keywords](../multi_project_pipelines.md#define-multi-project-pipelines-in-your-gitlab-ciyml-file). For example, you can't run commands with [`script`](#script), [`before_script`](#before_script), or [`after_script`](#after_script). You can use this keyword to create two different types of downstream pipelines: -- [Multi-project pipelines](../multi_project_pipelines.md#create-multi-project-pipelines-in-your-gitlab-ciyml-file) +- [Multi-project pipelines](../multi_project_pipelines.md#define-multi-project-pipelines-in-your-gitlab-ciyml-file) - [Child pipelines](../parent_child_pipelines.md) [In GitLab 13.2](https://gitlab.com/gitlab-org/gitlab/-/issues/197140/) and later, you can -- cgit v1.2.3