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

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

Open
mattsb42-aws opened this issue Jan 17, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@mattsb42-aws
Copy link
Member

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 mattsb42-aws added the enhancement New feature or request label Jan 17, 2020
@dougch
Copy link
Contributor

dougch commented Mar 25, 2020

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?

@seebees
Copy link
Collaborator

seebees commented Mar 25, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants