diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-30 00:06:04 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-30 00:06:04 +0000 |
commit | da2b29721331e9c75cd3170770b0b349e8401287 (patch) | |
tree | 8b0c79f945fd0e73b4966f3c24fb72288f41b997 /doc/ci/multi_project_pipelines.md | |
parent | e7c9b53c76d2673e6409dda59a5f738808379588 (diff) | |
download | gitlab-ce-da2b29721331e9c75cd3170770b0b349e8401287.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/multi_project_pipelines.md')
-rw-r--r-- | doc/ci/multi_project_pipelines.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ci/multi_project_pipelines.md b/doc/ci/multi_project_pipelines.md index 4ca6547747b..762980a977c 100644 --- a/doc/ci/multi_project_pipelines.md +++ b/doc/ci/multi_project_pipelines.md @@ -115,9 +115,11 @@ staging: branch: stable-11-2 ``` -Use a `project` keyword to specify full path to a downstream project. Use -a `branch` keyword to specify a branch name. Variable expansion is supported in -the `branch` property. +Use: + +- The `project` keyword to specify the full path to a downstream project. +- The `branch` keyword to specify the name of a branch in the project specified by `project`. + Variable expansion is supported. GitLab will use a commit that is currently on the HEAD of the branch when creating a downstream pipeline. |