Commit fef355f7 authored by Josh Steinberg's avatar Josh Steinberg

pull jar

parent 50a8d4f1
......@@ -73,6 +73,14 @@ pipeline {
}
}
}
stage("Pull from Nexus"){
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