How can I download last artifact in Artifactory?

后端 未结 3 1734

I have some artifacts in Artifactory (OpenSource):

I can download an artifact from using jfrog CLI:

jfrog rt config --user=         


        
3条回答
  •  爱一瞬间的悲伤
    2021-01-13 03:34

    You can use the JFrog Cli search command.

    jfrog rt s "testproject/01_Develop/01_CI/HPCC-Package-*.zip"
    

    The search command will return a list of paths which you can then sort using external tools such as jq.

提交回复
热议问题