You can get the detail here --> www.letsdevops.net/post/letsdevops-gitlab-to-trigger-pipeline-from-another-pipeline-setup-parent-child-pipeline Going Forward I will make sure the repo is shared
If I am using Multi project pipeline. While triggering child project if any Arti facts generated in child it will be stored in child project right . How can I export those Arti facts to parent project ?
Hi, Its great demo, I want to run python script with parameter from parent repo to other project repo (my other project have python script which i want to call from parent project),. please guide me
Great help! Thank YOu!
Great video, thank you! could you show how to trigger a pipeline from another project of a specific branch (not the default master)?
trigger:
branch: main
Excellent Explanation. Thank you for making this video
Thank you
Awesome tutorial, thanks so much. I wish you could put the link to the repo, that way, we can have hands on practice.
You can get the detail here --> www.letsdevops.net/post/letsdevops-gitlab-to-trigger-pipeline-from-another-pipeline-setup-parent-child-pipeline
Going Forward I will make sure the repo is shared
@@SumitRaj-LetsDevOps thank you!
When you say one project to another project..project means the branches?
@@Gauthamvlog no the branch are inside the project he means there from one gitlab repository to another
Parallel matrix are used in which scenario ?
Can you please share your GitLab repos so we can fork and practice all scenarios?
github.com/sumitraj0103/Letsdevops/tree/main/GitLab-Project/Trigger-Multiple
Appreciate it Bro!
Thank you
Hi, great explanation! Will it work if I call a pipeline that is in the same project, specifying only the filename in the path?
Thanks and You can try that
How to get child pipeline artifacts into parent pipeline ?
@@bhushangunjal3605 you can publish the artifact and then can add download where it is needed
If I am using Multi project pipeline. While triggering child project if any Arti facts generated in child it will be stored in child project right . How can I export those Arti facts to parent project ?
You need to publish the Artifact in the azure artifact and the can add step to download the artifact referencing the published one.
Hi, Its great demo, I want to run python script with parameter from parent repo to other project repo (my other project have python script which i want to call from parent project),. please guide me
i followed you step by step but at the scenario i got the error downstream
What is the error ?
WHY DONT U DO A COMPLETE TUTORIAL ON GITLAB FROM SCRATCH TO ADVANCED LEVEL
Thanks for your comment. Normally I make video based on the problem I face during my work. But this is a good idea. Let me plan accordingly.