Commit a0127dab authored by Josh Steinberg's avatar Josh Steinberg

edit jenkinsfile

parent a3d2576b
......@@ -79,7 +79,7 @@ pipeline {
script{
pom = readMavenPom file: "pom.xml";
sh 'wget http://${NEXUS_URL/nexus/service/local/artifact/maven/redirect?r=${NEXUS_REPOSITORY}&g=${pom.groupId}&a=${pom.artifactId}&v=${pom.version}&p=jar'
sh 'curl http://${NEXUS_URL/nexus/service/local/artifact/maven/redirect?r=${NEXUS_REPOSITORY}&g=${pom.groupId}&a=${pom.artifactId}&v=${pom.version}&p=jar'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment