You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
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
The text was updated successfully, but these errors were encountered: