AWS CodePipeline Help

Is there a way to have multiple sources in 1 Code Pipeline? Or any program that does this? I have few github repos I want to deploy and they all use the same build configuration so I don’t want to create a pipeline for each repo. Is there any workaround?

What’s your motivation for using the same pipeline?

It really doesn’t make sense from a pipeline perspective. If the pipeline build gets broken, how will you know which one of the repos broke it?

1 Like