Trigger Azure Pipelines From Multiple Repositories | Azure DevOps Pipeline

preview_player
Показать описание
In this video we are going to see how you can add multi-repos to an Azure Pipeline YAML definition and how you can trigger an Azure Pipelines from multiple repositories as well. You can also check out multiple repositories in a single pipeline!

🆘 NEED HELP? 🆘
We can talk about GitHub, Azure DevOps, or any other DevOps tool or project you need help with!

🙏🏻SUPPORT THE CHANNEL🙏🏻

🎥VIDEOS

💬JOIN THE COMMUNITY

⏲TIMESTAMPS
0:00 Intro
0:44 How to Add More Repos to Azure Pipelines
2:06 How to Trigger Azure Pipelines from Other Repositories
2:49 Check Out Multiple Repositories
4:00 Examples of Scenarios for Multi-repo
4:31 Note on Triggers

❓QUESTIONS?
Have a question about DevOps, Cloud, Coding, or Anything Else? Post in comments section of this video!

_______________

🔮TOOLS I USE

📸🖥️GEAR AND SOFTWARE

Disclaimer:
Some product links are affiliate links which means if you buy something I'll receive a small commission at no additional cost to you.
As an Amazon Associate, I earn from qualifying purchases.
Рекомендации по теме
Комментарии
Автор

✨ Question of the day ✨: Would would you use multiple repositories in Pipelines for?


GET EXCLUSIVE CONTENT:

SUPPORT THE CHANNEL :

CoderDave
Автор

This video is about checking out source code from other repos. But Can you trigger your pipeline from another repository?

Nam-imtj
Автор

Nice video. Actually solved our use-case

akashkarve
Автор

HI. My scenario has one github repos with yaml pipeline and many others github repos to be triggered. It is not working now. I tried many ways and when I commit into other repos defined into my pipeline, it does not trigger pipeline.

marncosta
Автор

Hi!
I have a question.
If my pipeline has a trigger from it's resource repository, which branch of my pipeline wil be triggered?

illiapeknevych
Автор

can we add trigger based on include path & exclude path for each repo !

Amit_shr
Автор

Hi CoderDave,

I have written pipeline to run some compliance. And place yaml file in compliance repo.

Now I have configured branch police for default branch at project level to run compliance pipeline for every PR of all the repose in project.

But I am not finding to checkout the repo which triggered the build.

Please suggest

SuccessYadhnya
Автор

Great tip, thanks, I wonder if you have a way to make it work with schedules trigger on one of the repositories. I was not able to make it work.

nolamusic
Автор

Hi, I was trying out this video, I was creating yaml script in azure devops portal, after selecting the repository from the same project, it was not showing suggestions(type, name, ref) but instead it was showing trigger and endpoint. Could you tell me what should I do

AkshayKumar-rebf
Автор

Great video!
May I ask you how to sync Azur repo with github repo by Azure pipeline?
We are doing project and we are using github as our main repository, but would like to have a repo copy in Azure. So is there a way to automatically update Azure repo everytime github repo gets new commit?

manyayao
Автор

Hi, I have a question. once the pipeline is deployed how will I know if the deployment was successful and the pods are running? can I get a status message in the pipeline is completed and the pods a running or failed.

yateeshsugur
Автор

Hi! Does this work if the pipeline is triggered from a Pull Request build?

Zefiirus
Автор

Do you have any Udemy course for azure CI/CD?

viswaviswa
Автор

instead of yaml pipeline, can we use classic pipeline to trigger multiple azure repo's?

gopinath-krkk
Автор

Hi, may you show how to trigger multiple repositories, I mean I have a repository that has all the templates for the pipeline, I created the pipeline using the existing YAML in that repository, I want to trigger multiple repositories from that single pipeline, but only triggers the self repository but not the other repositories... I have everything as the documentation says but the triggers for the other repos are not working ☹

juanchovelez
Автор

Can we creat a pipeline on specific folder in a particular branch. Anyone please help

gangadharnaidu
Автор

All my repos are named Something.AppName or Something.Data.PackageName. Just discovered "- repository: <Name>" Name has a regex of ^[_a-zA-Z0-9]$ making me very :-(

alexmac