Commit a3d2576b authored by Josh Steinberg's avatar Josh Steinberg

update jenkinsfile

parent fef355f7
......@@ -75,10 +75,13 @@ pipeline {
}
stage("Pull from Nexus"){
steps{
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'
}
}
}
}
......
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