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
Hi @agiron123 . I don't think you can actually upload an entire folder just like that. Instead, you should probably analyze the content of the folder you want to upload an deploy the files one by one. I saw that there's also an API for uploading multiple files in one request. You can take a look at: https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-BuildUpload
Regarding implementation, if you can, submit a PR! Thanks!
Okay great. I was able to figure out how to upload an entire directory by uploading and deploying the files one by one. I'll have a PR out later this week. Shouldn't be too hard to move the code from my project over to the library.
I wish to upload the contents of an entire directory to artifactory. This would be very useful for some integration tests that I am writing.
Is this possible with the existing implementation, or will I have to simply upload every file to match the directory structure?
I'd be happy to add this functionality and submit a PR if you'd like.
Cheers,
agiron123
The text was updated successfully, but these errors were encountered: