Commit 25a9a41e authored by Josh Steinberg's avatar Josh Steinberg

update maven version in jenkinsfile

parent 4a8ff54e
...@@ -13,7 +13,7 @@ pipeline { ...@@ -13,7 +13,7 @@ pipeline {
} }
stage('Build') { stage('Build') {
steps { steps {
sh 'mvn -Dmaven.test.failure.ignore=true install' sh 'mvn -Dmaven.test.failure.ignore=true install ./complete'
} }
post { post {
success { success {
......
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