awslabs / aws-codebuild-jenkins-plugin

AWS CodeBuild integration as a Jenkins build step.
https://aws.amazon.com/codebuild
Apache License 2.0
149 stars 122 forks source link

About Codebuild Projects #69

Closed Vidyapreetha closed 6 years ago

Vidyapreetha commented 6 years ago

Is it necessary to create a new Codebuild project for each repository that has the same buildspec.yml file. Like, I have a project on COdebuild, but I have many repositories. Do I need to make a Codebuild project for each repository?

leoherran-aws commented 6 years ago

No, that is not necessary. You can create one project and override the source location programmatically for each build you run. We will also support multiple source locations in the future, so the build will be able to clone multiple repositories in a single build.