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
Describe the bug
When uploading two binary identical artifacts with a different path and the same artifact name, the BuildInfo object will include only one of the artifacts.
To Reproduce
jfrog rt upload artifact.txt generic-snapshot/ --build-name=test --build-number=200
jfrog rt upload folderA/artifact.txt generic-snapshot/ --build-name=test --build-number=200
jfrog rt bp test 200
Describe the bug
When uploading two binary identical artifacts with a different path and the same artifact name, the BuildInfo object will include only one of the artifacts.
To Reproduce
Results:
The artifact is located under the root folder "artifact.txt" is missing.
The text was updated successfully, but these errors were encountered: