awslabs / aws-codebuild-jenkins-plugin

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

Support batch build #104

Open kanata2 opened 3 years ago

kanata2 commented 3 years ago

CodeBuild now supports conccurent/coordinated builds in a project with batch build.

https://docs.aws.amazon.com/codebuild/latest/userguide/batch-build.html

w0rmr1d3r commented 3 years ago

Do we have any update on this?

zoraaver commented 7 months ago

Is there an update on this? Batch builds would be really useful to avoid starting multiple codebuild jobs in parallel from Jenkins (which can be problematic when there are lot, e.g. 50+). Thank you