Commit c6904269 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs-child-pipeline-clarification' into 'master'

Add clarifying note for child pipelines

See merge request gitlab-org/gitlab!69960
parents a8578788 2ae7d457
......@@ -61,7 +61,8 @@ microservice_a:
include: path/to/microservice_a.yml
```
You can include multiple files when composing a child pipeline:
You can include multiple files when defining a child pipeline. The child pipeline's
configuration is composed of all configuration files merged together:
```yaml
microservice_a:
......
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