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
The curl commands we issue to artifactory can sometimes fail without returning a correct HTTP status code. Most recently this happened with a call to api/v2/distribution/distribute which returned:
{"message":"RBv2 spring:spring-release-bundles-v2/<redacted> was not found","status_code":404}
For extra protection, we can check that the response JSON contains at least one expected field.
The text was updated successfully, but these errors were encountered:
The
curl
commands we issue to artifactory can sometimes fail without returning a correct HTTP status code. Most recently this happened with a call toapi/v2/distribution/distribute
which returned:For extra protection, we can check that the response JSON contains at least one expected field.
The text was updated successfully, but these errors were encountered: