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

How to download artifacts from previous steps pre docker build. #26

Open
mtranter opened this issue Apr 16, 2021 · 1 comment
Open

How to download artifacts from previous steps pre docker build. #26

mtranter opened this issue Apr 16, 2021 · 1 comment

Comments

@mtranter
Copy link

I'd like to download build artefacts from previous steps so that they are available to the docker build command.

We have a vanilla build pipeline

  • build, test, package, upload packaged artefact
  • docker build (with ADD ./artefact) & publish to ECR

I cant find a hook point to add buildkite-agent artifact download ...
Is this possible at the moment?

@72636c
Copy link
Member

72636c commented Apr 19, 2021

👋 Have you tried using https://github.com/buildkite-plugins/artifacts-buildkite-plugin? If that works I'd be happy to document an example in the README.

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

2 participants