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

AWS::CodePipeline::Pipeline ActionDeclaration - Support BatchEnabled configuration #633

Closed
tjenkinson opened this issue Sep 25, 2020 · 1 comment

Comments

@tjenkinson
Copy link

See this doc which says

To enable batch builds in CodePipeline, set the BatchEnabled parameter of the configuration object to true.

The configuration object it is referring to is this.

It is not possible right now to provide this on the CodeBuildAction

3. Expected behavior

    const codebuildAction = new codepipelineActions.CodeBuildAction({
      actionName: 'Build',
      project: createCodeBuildProject(),
      input,
      batchEnabled: true // something like this
    })

would set the BatchEnabled property on Configuration to true.

6. Category (required) - Will help with tagging and be easier to find by other users to +1

Developer Tools

@tjenkinson
Copy link
Author

Just realised I put this in the wrong repo. Opened aws/aws-cdk#11662

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

No branches or pull requests

1 participant