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
What happened:
In current implementation, screwdriver zips artifacts on its API and no restriction on its download file size. Because of this, if users try to download a large file size artifacts might crushing API.
So we want to disable this feature until size restriction is implemented.
What you expected to happen:
If feature flag for Download Zipped Artifacts is set false on UI config, users only can download each artifacts and cannot download zipped directory or all artifacts(same as before).
How to reproduce it:
The text was updated successfully, but these errors were encountered:
What happened:
In current implementation, screwdriver zips artifacts on its API and no restriction on its download file size. Because of this, if users try to download a large file size artifacts might crushing API.
So we want to disable this feature until size restriction is implemented.
What you expected to happen:
If feature flag for Download Zipped Artifacts is set false on UI config, users only can download each artifacts and cannot download zipped directory or all artifacts(same as before).
How to reproduce it:
The text was updated successfully, but these errors were encountered: