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