简体   繁体   中英

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

Look at artifactory and see grey link (unworking) to published artifacts in build tab. result

Artifacts are normally uploaded and accessible. Same will happen then use "Generic-Artifactory Integration" from Jenkins

Artifactory OSS 5.5.2 rev 50502900

./jfrog version 1.12.1

According to the docs managing artifacts for builds isn't available in OSS editions. See https://www.jfrog.com/confluence/display/RTF/Artifactory+Comparison+Matrix

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM