Describe the bug
Using in github actions:JFROG_CLI_USER_AGENT: setup-jfrog-cli-github-action/3.5.3
While running jf go-publish XYZ --build-name="XYZ" --build-number="XYZ"
i got:
response: 404
{
"errors" : [ {
"status" : 404,
"message" : "Not Found"
} ]
}
Current behavior
Jfrog is malforming url parameter added to PUT request:
vcs.url=https:/github.com/ABC/XYZ
with missing "/"
Reproduction steps
No response
Expected behavior
Upload package with 200 return code as it was in version 2.91.0
JFrog CLI version
2.92.0
Operating system type and version
Amazon Linux 2023.6.20241111
JFrog Artifactory version
7.84.20
JFrog Xray version
No response
Describe the bug
Using in github actions:JFROG_CLI_USER_AGENT: setup-jfrog-cli-github-action/3.5.3
While running
jf go-publish XYZ --build-name="XYZ" --build-number="XYZ"i got:
response: 404
{
"errors" : [ {
"status" : 404,
"message" : "Not Found"
} ]
}
Current behavior
Jfrog is malforming url parameter added to PUT request:
vcs.url=https:/github.com/ABC/XYZ
with missing "/"
Reproduction steps
No response
Expected behavior
Upload package with 200 return code as it was in version 2.91.0
JFrog CLI version
2.92.0
Operating system type and version
Amazon Linux 2023.6.20241111
JFrog Artifactory version
7.84.20
JFrog Xray version
No response