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
I am using the Copy artifact to new location. Works great. But what I am looking to do now is to copy the artifact to a "folder" inside that new location. The new location was already created as a local repo in Artifactory, as test_repo. When I copy the artifact, I want to create a "Ver_1.0" folder inside that new location.
For example, I want to copy test.bin to a test_repo/Ver_1.0/ location.
I tried using Update a Repository, but I get errors.
The test_repo will stay the same, but every time I copy to this, I want to copy the file to a Ver_1.0, then Ver_2.0, etc. Any help is appreciative. Thanks
Hey @spisone,
This behavior is not supported by Artifactory (See API). I suggest you to manually add the suffix Ver_X when copying one artifact multiple times into the same folder.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I am using the Copy artifact to new location. Works great. But what I am looking to do now is to copy the artifact to a "folder" inside that new location. The new location was already created as a local repo in Artifactory, as test_repo. When I copy the artifact, I want to create a "Ver_1.0" folder inside that new location.
For example, I want to copy test.bin to a test_repo/Ver_1.0/ location.
I tried using Update a Repository, but I get errors.
The test_repo will stay the same, but every time I copy to this, I want to copy the file to a Ver_1.0, then Ver_2.0, etc. Any help is appreciative. Thanks
All reactions