-
Notifications
You must be signed in to change notification settings - Fork 77
Home
ganeshhp edited this page Nov 20, 2021
·
10 revisions
Downloading artifacts from artifactory curl -uuser1:AP3wgCK5cmUdGA9uDryy7drWJrB -O "https://plussforum.jfrog.io/artifactory/helloworldwebapp-generic-local/Helloworldwebapp-dev.war"
Upload artifacts to artifactory: curl -uuser1:AP3wgCK5cmUdGA9uDryy7drWJrB -T target/Helloworldwebapp-dev.war "https://plussforum.jfrog.io/artifactory/helloworldwebapp-generic-local/Helloworldwebapp-dev.war"