diff --git a/Jenkinsfile b/Jenkinsfile index d1cc0b4..c1f9ad7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,6 @@ pipeline{ } post{ success{ - junit 'target/surefire-reports/**/*.xml' archiveArtifacts artifacts: 'target/*.jar, *.pom', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true } }