通过 cli 或 jenkins 插件将构建部署到 artifactory

deploy build to artifactory via cli or jenkins plugin

./jfrog rt upload --url http://192.168.1.10:8081/artifactory/ --user=admin --password=password --build-name=ttt --build-number=70 1.txt ttt/my/txttest/1.0.1/txttest-1.0.1.txt
./jfrog rt bce ttt 70
./jfrog rt build-publish ttt 70

查看 artifactory 并在构建选项卡中看到灰色 link(无效)已发布的工件。 result

工件正常上传和访问。 同样会发生然后使用 Jenkins

中的 "Generic-Artifactory Integration"

A​​rtifactory OSS 5.5.2 版本 50502900

./jfrog 版本 1.12.1

根据文档,管理构建的工件在 OSS 版本中不可用。参见 https://www.jfrog.com/confluence/display/RTF/Artifactory+Comparison+Matrix