Related to #205157 (closed)
Allow project:
and ref:
keys to be used for including files for parent-child pipelines:
images_build_multiple:
stage: build
trigger:
strategy: depend
include:
- project: 'my-group/my-pipeline-library'
ref: 'master'
file: 'path/to/child-pipeline.yml'
If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:
@gitlab-com/gl-security/appsec