### Set Customize name for Downstream Pipeline
***I am triggering child pipeline from parent successfully, What I want is, to customize downstream name to something rather than project name.
I have something like this in parent pipeline
Parent Pipeline (.gitlab-ci.yml)
group:
stage: group-stage
trigger:
include:
- local: ***-gitlab/frontend-registration/group/group-ci.yml
strategy: depend
only:
changes:
- -gitlab/frontend-registration/group//
I have marked child pipeline which I want to display some other name(eg: project-child1) rather than ***-tf-gitlab .#11
I couldn’t find any document for configuring in yml file
Thanks in advance