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

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • #gitlab#gitlabpipeline#cicd
    Learn How to trigger pipeline from another pipeline in GitLab. Setup Parent-Child Pipeline/Multi-Project Pipeline.
    Blog URL: www.letsdevops...
    Content:
    Introduction: 00:24
    Trigger Option: 00:48
    Parent-child: 01:06
    Multi-Project: 02:10
    KeyWord: 04:03
    Scenario 1: 04:37
    Scenario 1 Demo: 05:11
    Scenario 2: 09:46
    Scenario 2 Demo : 10:29
    Scenario 3: 17:21
    Scenario 3 Demo : 18:15
    Reference: 22:41

Комментарии • 23

  • @prateek_937
    @prateek_937 15 дней назад +1

    Great help! Thank YOu!

  • @user-ig9pj2xu8r
    @user-ig9pj2xu8r Год назад

    Excellent Explanation. Thank you for making this video

  • @andiyan5268
    @andiyan5268 6 месяцев назад +1

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

  • @adilmuhammad6078
    @adilmuhammad6078 Год назад

    Appreciate it Bro!

  • @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 11 месяцев назад

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

    • @YannPERENNES
      @YannPERENNES 11 месяцев назад

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

  • @premierde
    @premierde 5 месяцев назад

    Parallel matrix are used in which scenario ?

  • @user-mw3ur9ii4g
    @user-mw3ur9ii4g 6 месяцев назад

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

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  6 месяцев назад

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

  • @user-ew2yv6zo5w
    @user-ew2yv6zo5w 11 месяцев назад

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

  • @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

  • @bhushangunjal3605
    @bhushangunjal3605 Месяц назад

    How to get child pipeline artifacts into parent pipeline ?

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  Месяц назад

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

  • @mohamedashrafgouda1784
    @mohamedashrafgouda1784 Год назад

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

  • @shamstabrez2986
    @shamstabrez2986 11 месяцев назад

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

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  11 месяцев назад

      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.