-
Notifications
You must be signed in to change notification settings - Fork 370
add new tools to list and download pipeline artifacts #833
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
base: main
Are you sure you want to change the base?
add new tools to list and download pipeline artifacts #833
Conversation
polatengin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it 👍
polatengin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some tests are failing, fix them please 👍
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #833 +/- ##
=======================================
Coverage ? 94.22%
=======================================
Files ? 16
Lines ? 1524
Branches ? 316
=======================================
Hits ? 1436
Misses ? 19
Partials ? 69
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The PR adds new pipeline tools:
Notes:
While we have an endpoint to download a file from a container, there is no straightforward way to download a single file from a PipelineArtifact. Supporting only containers would likely be confusing.
GitHub issue number
Fixes issue #737
Associated Risks
No direct risks, but might increase API usage
✅ PR Checklist
🧪 How did you test it?
can you list artifacts from a build with id <build id>?can you download the artifact <artifact name>?