How to trigger pipeline from another pipeline in GitLab. Setup Parent-Child Pipeline/Multi-Project.

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น • 26

  • @prateek_937
    @prateek_937 4 หลายเดือนก่อน +1

    Great help! Thank YOu!

  • @andiyan5268
    @andiyan5268 9 หลายเดือนก่อน +1

    Great video, thank you! could you show how to trigger a pipeline from another project of a specific branch (not the default master)?

  • @SriramKrishnan-e9f
    @SriramKrishnan-e9f ปีที่แล้ว

    Excellent Explanation. Thank you for making this video

  • @utoobbott8817
    @utoobbott8817 ปีที่แล้ว

    Awesome tutorial, thanks so much. I wish you could put the link to the repo, that way, we can have hands on practice.

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  ปีที่แล้ว +1

      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

    • @utoobbott8817
      @utoobbott8817 ปีที่แล้ว

      @@SumitRaj-LetsDevOps thank you!

    • @Gauthamvlog
      @Gauthamvlog ปีที่แล้ว

      When you say one project to another project..project means the branches?

    • @YannPERENNES
      @YannPERENNES ปีที่แล้ว

      @@Gauthamvlog no the branch are inside the project he means there from one gitlab repository to another

  • @premierde
    @premierde 9 หลายเดือนก่อน

    Parallel matrix are used in which scenario ?

  • @MurtajaKadiyani
    @MurtajaKadiyani 10 หลายเดือนก่อน

    Can you please share your GitLab repos so we can fork and practice all scenarios?

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  10 หลายเดือนก่อน

      github.com/sumitraj0103/Letsdevops/tree/main/GitLab-Project/Trigger-Multiple

  • @adilmuhammad6078
    @adilmuhammad6078 ปีที่แล้ว

    Appreciate it Bro!

  • @ИсхакМолдокасымов
    @ИсхакМолдокасымов ปีที่แล้ว

    Hi, great explanation! Will it work if I call a pipeline that is in the same project, specifying only the filename in the path?

  • @bhushangunjal3605
    @bhushangunjal3605 4 หลายเดือนก่อน

    How to get child pipeline artifacts into parent pipeline ?

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  4 หลายเดือนก่อน

      @@bhushangunjal3605 you can publish the artifact and then can add download where it is needed

  • @arasupalani2086
    @arasupalani2086 13 วันที่ผ่านมา

    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 ?

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  13 วันที่ผ่านมา

      You need to publish the Artifact in the azure artifact and the can add step to download the artifact referencing the published one.

  • @naveensharma2700
    @naveensharma2700 ปีที่แล้ว

    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

  • @mohamedashrafgouda1784
    @mohamedashrafgouda1784 ปีที่แล้ว

    i followed you step by step but at the scenario i got the error downstream

  • @shamstabrez2986
    @shamstabrez2986 ปีที่แล้ว

    WHY DONT U DO A COMPLETE TUTORIAL ON GITLAB FROM SCRATCH TO ADVANCED LEVEL

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  ปีที่แล้ว

      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.