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(aws-codebuild): add support for secondary sources and artifact in Projects #1110

Merged

Conversation

skinny85
Copy link
Contributor

@skinny85 skinny85 commented Nov 8, 2018

This also adds support for multiple input and output artifacts in the CodeBuild
CodePipeline Actions.

BREAKING CHANGE: this changes the way CodeBuild Sources are constructed
(we moved away from multiple parameters in the constructor,
in favor of the more idiomatic property interface).

Fixes #738.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.

@skinny85 skinny85 requested a review from eladb November 8, 2018 02:34
@skinny85
Copy link
Contributor Author

@eladb ping :)

@skinny85
Copy link
Contributor Author

@eladb ping ping when you have some time :)

packages/@aws-cdk/aws-codebuild/README.md Show resolved Hide resolved
packages/@aws-cdk/aws-codebuild/README.md Show resolved Hide resolved
packages/@aws-cdk/aws-codebuild/README.md Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-codebuild/README.md Show resolved Hide resolved
packages/@aws-cdk/aws-codebuild/README.md Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-codebuild/lib/project.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-codebuild/lib/source.ts Outdated Show resolved Hide resolved
…in Projects.

This also adds support for multiple input and output artifacts in the CodeBuild
CodePipeline Actions.

BREAKING CHANGE: this changes the way CodeBuild Sources are constructed
(we moved away from multiple parameters in the constructor,
in favor of the more idiomatic property interface).
@skinny85 skinny85 force-pushed the feature/codebuild-secondary-sources-artifacts branch from 7fbf9b7 to 016d40e Compare November 15, 2018 22:52
@skinny85
Copy link
Contributor Author

Incorporated @rix0rrr 's comments.

@rix0rrr rix0rrr merged commit d911b08 into aws:master Nov 16, 2018
@skinny85 skinny85 deleted the feature/codebuild-secondary-sources-artifacts branch December 11, 2018 01:10
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CodeBuild: add support for secondarySources and secondaryArtifacts
3 participants