Jenkins Multibranch Pipeline with multiple sources with the same branch name Jenkins Multibranch Pipeline with multiple sources with the same branch name jenkins jenkins

Jenkins Multibranch Pipeline with multiple sources with the same branch name


I also encountered the same problem. I didn't find a way to run this setup under a single multibranch pipeline. So my solution was to create multiple multibranch pipelines.In your case that would be one multibranch pipeline per each microservice.

That makes the pipelines independent from each other and makes it possible to use same branch names in different repos.