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
Could there be a size limit imposed by the REST API when uploading via PUT /artifactory/api/build? After adding the extra flavor, my build-info.json file goes from 66KB -> 83KB.
I can reproduce the issue with a curl command for just the upload portion. So this ticket is probably better suited for the REST API team - however I can't find their repo.
The above command works for the attached working.json and fails for the attached broken.json. The only meaningful difference is the length of scopes for the broken.json. This probably means the REST endpoint is imposing some undocumented limits on the scopes array or some undocumented limit on the file-size itself.
Describe the bug
To Reproduce
This error happens when adding a 2nd flavor on my 2nd flavor dimension. E.g. this works:
But this does not (added
spi
flavor as the only change):Expected behavior
Build success with no errors as happens without the
spi
flavor presnt.Screenshots
N/A
Versions
com.jfrog.artifactory
in myplugins
section)Additional context
N/A
The text was updated successfully, but these errors were encountered: