Allow includes:file with project in parent-child pipelines
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' ```
Showing
Please register or sign in to comment