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
Build aggregation does not work (return 404 error) when trying to aggregate builds that include special characters such as '/' and ':'. (It can be seen that special characters are replaced with the encoded value in the UI, so it might be the cause of this issue).
Current behavior
jf rt build-append new-build 2 'a:b' 1
13:22:18 [Debug] JFrog CLI version: 2.34.3
13:22:18 [Debug] OS/Arch: darwin/arm64
13:22:18 [:large_blue_circle:Info] Running Build Append command...
13:22:18 [Debug] Saving build general details at: /var/folders/1c/_y26p04d0xg_q8y9mrhxpqxr0000gn/T/jfrog/builds/6396556063ea34e7f27e36d169c96723061ae27e28d0b7097699c5c521c42161/partials
13:22:18 [Debug] Getting build-info from: http://<url>/artifactory/api/build/a:b/1
13:22:18 [Debug] Sending HTTP GET request to: http://<url>/artifactory/api/build/a:b/1
13:22:18 [Debug] Usage Report: Sending info...
13:22:18 [Debug] Sending HTTP GET request to: http://<url>/artifactory/api/system/version
13:22:18 [Debug] Artifactory response: 200 OK
13:22:18 [Debug] JFrog Artifactory version is: 7.59.9
13:22:18 [Debug] Sending HTTP POST request to: http://<url>/artifactory/api/system/usage
13:22:18 [Debug] Build a:b/1. Started: 2023-06-21T13:22:04.016+0300. Calculated timestamp: 1687342924016
13:22:18 [Debug] Sending HTTP HEAD request to: http://<url>/artifactory/artifactory-build-info/a:b/1-1687342924016.json
13:22:18 [Debug] Usage Report: Artifactory response: 200 OK
13:22:18 [Debug] Usage Report: Usage info sent successfully.
13:22:18 [:rotating_light:Error] server response: 404 Not Found
Reproduction steps
Publish a build with special characters to your Artifactory instance.
Describe the bug
Build aggregation does not work (return 404 error) when trying to aggregate builds that include special characters such as '/' and ':'. (It can be seen that special characters are replaced with the encoded value in the UI, so it might be the cause of this issue).
Current behavior
Reproduction steps
For instance:
jf rt build-append new-build 1 a/b 41
jf rt build-append new-build 1 'a :: b' 42
jf rt bp new-build 1
Expected behavior
The build aggregation command should work for any build name.
JFrog CLI version
2.34.3
Operating system type and version
MacOS/Linux
JFrog Artifactory version
7.33.12,7.55.7
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: