It is possible to push the content of a folder instead of individual files to
Artifactory?
For example instead of using a series of curl commands
curl -X PUT --data-binary  @myfileA.jar -u admin:password -i
http://artifactory:8080/artifactory/simple/libs-release-local/myfileA.0.0.1.jar
...
curl -X PUT --data-binary  @myfileB.jar -u admin:password -i
http://artifactory:8080/artifactory/simple/libs-release-local/myfileB.0.0.1.jar

Can we specify wild card or folder name instead?
curl -X PUT --data-binary  @myfolder -u admin:password -i
http://artifactory:8080/artifactory/simple/libs-release-local/myfolder

Thanks.



--
View this message in context: 
http://forums.jfrog.org/Deploy-folder-content-to-Artifactory-tp7579362.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to