Jenkinsfile
@@ -34,7 +34,7 @@ steps { //sh 'mvn clean test -U' junit allowEmptyResults: true, keepLongStdio: true, skipPublishingChecks: true, testResults: 'target/surefire-reports/*.xml' //junit allowEmptyResults: true, keepLongStdio: true, skipPublishingChecks: true, testResults: 'target/surefire-reports/*.xml' } }