aws-codebuild-run-build icon indicating copy to clipboard operation
aws-codebuild-run-build copied to clipboard

retrieve artifacts from CodeBuild build and save them in the local filesystem

Open mattsb42-aws opened this issue 5 years ago • 2 comments

CodeBuild Projects can output artifacts, usually into an S3 bucket, from the build filesystem as a result of the build. We should collect these and pull them into the Actions environment.

mattsb42-aws avatar Jan 17 '20 18:01 mattsb42-aws

Similar, but our use case doesn't need artifacts pulled locally- s3 is fine. We would like the ability to pass an artifact configs to CodeBuild as defined in the GitHub Action, so our projects can remain generic, but still allow for test specific artifact storage (samples coming in a later comment).

Also worth considering- pull the artifacts from CodeBuild and push to GitHub Packages?

dougch avatar Mar 25 '20 18:03 dougch

CodeBuild pushes the artifacts to S3. So to pull artifacts, I think something around S3 would be the way to go.

seebees avatar Mar 25 '20 19:03 seebees