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

Feature Idea - Allow downloading all artifacts as a single zip file #801

Open
nichogenius opened this issue Nov 19, 2020 · 0 comments
Open

Comments

@nichogenius
Copy link

ISSUE TYPE
  • Feature Idea
Jenkinsapi VERSION

0.3.11

Jenkins VERSION

Jenkins 2.235.5

SUMMARY

Through the web GUI, there is an option on the build screen to download all artifacts in a single .zip file. I can not find an obvious way to do this through JenkinsAPI

EXPECTED RESULTS

Build().save_artifacts_as_zip(self, dir) exists and works.

ACTUAL RESULTS

Saving artifacts must be done one file at a time which can be very slow on high latency connections and causes many requests.

USEFUL INFORMATION
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

1 participant