3 Answers
- Newest
- Most votes
- Most comments
1
you can now use official batch builds and build matrix https://docs.aws.amazon.com/codebuild/latest/userguide/batch-build.html
answered 3 years ago
0
I think it's possible to do so. create several actions inside CodeBuild. For each action, point the "input_artifact" to the same source.
answered 4 years ago
-1
CodeBuild doesn't offer a native capability to do parallel tasks. You could split up your tasks outside of CodeBuild to execute them in parallel, if that's an option for your use case. CodeBuild supports multiple input and output, both in standalone mode or when used with CodePipeline.
Documentation: https://docs.aws.amazon.com/codebuild/latest/userguide/sample-multi-in-out.html and https://docs.aws.amazon.com/codebuild/latest/userguide/sample-pipeline-multi-input-output.html
answered 7 years ago
Relevant content
- asked 3 years ago
- asked 4 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 3 months ago
