Jenkinsfile
@@ -33,8 +33,8 @@ stage('testMaven') { steps { sh 'mvn clean test -U' junit allowEmptyResults: true, keepLongStdio: true, skipPublishingChecks: true, testResults: 'target/surefire-reports/*.xml' //sh 'mvn clean test -U' //junit allowEmptyResults: true, keepLongStdio: true, skipPublishingChecks: true, testResults: 'target/surefire-reports/*.xml' } }