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
jf cli go-publish using the same version, fail with wrong error code and message.
Current error code: 400
Expected error code: 403
Current behavior
jf cli command and error:
jf go-publish v1.0.0-alpha.1
[Info] Using go: go1.17.11
[Info] Running 'go list -mod=mod -m' in /src/repo/main/release
[Info] Publishing company.com/name/repo to go
[Warn] (Attempt 1) - Failure occurred while uploading to https://artifactory.company.com/artifactory/api/go/go/company.com/name/repo/@v/v1.0.0-alpha.1.zip;build.name=repo.main;build.number=1;build.timestamp=123;go.version=v1.0.0-alpha.1: server response: 400 Bad Request
{
"errors" : [ {
"status" : 400,
"message" : "{\"error\": \"bad request\", \"reason\": \"Payload could not be retrieved from request\"}"
} ]
}
This issue has been marked as stale due to 6 months of inactivity. As part of our effort to address every issue properly, please feel free to remove the stale label or keep this issue active by leaving a comment. Otherwise, it will be closed in 7 days
Describe the bug
jf cli go-publish using the same version, fail with wrong error code and message.
Current error code: 400
Expected error code: 403
Current behavior
jf cli command and error:
Artifactory logs:
Reproduction steps
No response
Expected behavior
No response
JFrog CLI version
2.53.1
Operating system type and version
Linux Red Hat 7
JFrog Artifactory version
No response
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: