diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-13 09:08:52 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-13 09:08:52 +0000 |
commit | f0707f413ce49b5712fca236b950acbec029be1e (patch) | |
tree | e28b49d89d4cf2422ee0066600c0ea045dcf7669 /doc/ci/yaml/README.md | |
parent | 31a49d924418aa9983ae30be28e6e304a30939e1 (diff) | |
download | gitlab-ce-f0707f413ce49b5712fca236b950acbec029be1e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/yaml/README.md')
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 1c0e6545bda..ba64194472f 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -2663,6 +2663,8 @@ upstream_bridge: #### `trigger` syntax for child pipeline +> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/16094) in GitLab 12.7. + To create a [child pipeline](../parent_child_pipelines.md), specify the path to the YAML file containing the CI config of the child pipeline: |