从Shell命令下载Nexus3工件上传

问题描述

有人可以帮助获取有关nexus3上传和下载的命令

我的想法是在shell脚本或Jenkins管道的命令下运行

dd if = / dev / zero of = / tmp / testfile bs = 1024 count = 1024000

tar -cvfz testfile.tar.gz / tmp / testfile

curl --upload-file testfile.tar.gz -v -u admin:zone @ 123 http://192.168.10.222:8081/repository/test_snap/hosted/zissa/testfile.tar.gz

然后

通过wget或curl下载同一文件

有人可以告诉我如何使用我不熟悉Nexus3的shell命令从nexus3下载

关于, 武士

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)