diff --git a/templates/simple-java-maven-app/Jenkinsfile b/templates/simple-java-maven-app/Jenkinsfile index 698a4d6..9cdfa1c 100644 --- a/templates/simple-java-maven-app/Jenkinsfile +++ b/templates/simple-java-maven-app/Jenkinsfile @@ -23,8 +23,7 @@ pipeline { post { success { - junit allowEmptyResults: true, testResults: "target/surefire-reports/*.xml" - } + junit allowEmptyResults: true, testResults: "target/surefire-reports/*.xml" } } }