-
Marius Bobin authored
Allow to include project files in parent-child pipelines ```yaml my-job: trigger: strategy: depend include: - project: 'my-group/my-pipeline-library' ref: 'master' file: 'path/to/child-pipeline.yml' ```aa4a3349
Allow to include project files in parent-child pipelines
```yaml
my-job:
trigger:
strategy: depend
include:
- project: 'my-group/my-pipeline-library'
ref: 'master'
file: 'path/to/child-pipeline.yml'
```