Commit c4e91558 authored by Josh Steinberg's avatar Josh Steinberg

update path in jenkinsfile

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