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

removed post build step

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