Commit 027f8e80 authored by Josh Steinberg's avatar Josh Steinberg

removed post build step

parent ca9c7de5
......@@ -15,11 +15,6 @@ pipeline {
steps {
sh 'mvn -Dmaven.test.failure.ignore=true install'
}
post {
success {
junit 'target/surefire-reports/**/*.xml'
}
}
}
stage('Sonarqube'){
steps{
......
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