Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(codepipeline-actions): support combining batch build artifacts in CodeBuildAction #15457

Merged
merged 4 commits into from
Jul 9, 2021
Merged

feat(codepipeline-actions): support combining batch build artifacts in CodeBuildAction #15457

merged 4 commits into from
Jul 9, 2021

Conversation

martinmicunda
Copy link
Contributor

@martinmicunda martinmicunda commented Jul 8, 2021

See this doc which says

To enable batch builds in CodePipeline, set the BatchEnabled parameter of the configuration object to true. To combine the build artifacts into the same location, set the CombineArtifacts parameter of the configuration object to true.

The configuration object it is referring to is this.

Closes #15455

@gitpod-io
Copy link

gitpod-io bot commented Jul 8, 2021

Copy link
Contributor

@skinny85 skinny85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome @martinmicunda, thanks so much for the contribution!

@mergify
Copy link
Contributor

mergify bot commented Jul 9, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@skinny85 skinny85 changed the title feat(codepipeline-actions): support combineBatchBuildArtifacts on Cod… feat(codepipeline-actions): support combining batch build artifacts in CodeBuildAction Jul 9, 2021
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: e3287ec
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 0952f1f into aws:master Jul 9, 2021
@mergify
Copy link
Contributor

mergify bot commented Jul 9, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Aug 3, 2021
…n CodeBuildAction (aws#15457)

See this [doc](https://docs.aws.amazon.com/codebuild/latest/userguide/sample-pipeline-batch.html) which says

> To enable batch builds in CodePipeline, set the BatchEnabled parameter of the configuration object to true. To combine the build artifacts into the same location, set the CombineArtifacts parameter of the configuration object to true.

The configuration object it is referring to is [this](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.html#cfn-codepipeline-pipeline-stages-actions-configuration).

Closes aws#15455
hollanddd pushed a commit to hollanddd/aws-cdk that referenced this pull request Aug 26, 2021
…n CodeBuildAction (aws#15457)

See this [doc](https://docs.aws.amazon.com/codebuild/latest/userguide/sample-pipeline-batch.html) which says

> To enable batch builds in CodePipeline, set the BatchEnabled parameter of the configuration object to true. To combine the build artifacts into the same location, set the CombineArtifacts parameter of the configuration object to true.

The configuration object it is referring to is [this](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.html#cfn-codepipeline-pipeline-stages-actions-configuration).

Closes aws#15455
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(aws-codepipeline): ActionDeclaration - Support CombineArtifacts configuration when BatchEnabled is enable
3 participants