How do I deploy a file to Artifactory using the command line?

后端 未结 6 724
一个人的身影
一个人的身影 2020-12-23 20:33

I\'ve spent far more time on this than I care to admit. I am trying to just deploy one file into my Artifactory server from the command line. I\'m doing this using gradle

6条回答
  •  别那么骄傲
    2020-12-23 21:26

    Ironically, I'm answering my own question. After a couple more hours working on the problem, I found a sample project on github: https://github.com/JFrogDev/project-examples

    The project even includes a straightforward bash script for doing the exact deploy/copy from the command line that I was looking for, as well as a couple of less straightforward gradle scripts.

提交回复
热议问题