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

Artifact download #15

Open
sj26 opened this issue Dec 1, 2018 · 4 comments
Open

Artifact download #15

sj26 opened this issue Dec 1, 2018 · 4 comments

Comments

@sj26
Copy link
Member

sj26 commented Dec 1, 2018

I often want to download all artifacts for a particular build or job to my filesystem for local build pipeline debugging. It'd be neat if bk download artifacts https://buildkite.com/acme/widgets/builds/123 worked, or something.

@mcncl
Copy link
Contributor

mcncl commented Sep 19, 2024

This is a good suggestion and one we will look at implementing in to v3. Thanks @sj26! 🙌

@mcncl mcncl closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2024
@sj26
Copy link
Member Author

sj26 commented Sep 25, 2024

I ended up building it myself for v2, heh:

5a5ff01#diff-aa5412c8ac6c6d7e0a2a92025701f9fca81942621a2d8baf4c1705b91c4e00a9R310

Is it gone from v3?

Downloading artifacts from builds when debugging pipelines is the main thing I use bk for, heh

@mcncl
Copy link
Contributor

mcncl commented Sep 25, 2024

@sj26 it isn't in v3, mostly because we were trying to persist with REST, but REST returns a redirected pre-signed URL. We could just use GQL as you have done, so I can probably get this in in the next week.

@mcncl mcncl reopened this Sep 25, 2024
@sj26
Copy link
Member Author

sj26 commented Sep 26, 2024

but REST returns a redirected pre-signed URL

Tell me more about this — it sounds odd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants