From c9a66a7f9e0f0bcf709094e9d4c5ca69a7e2548f Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Sun, 16 Aug 2020 14:00:39 +0200 Subject: [PATCH] Typo Former-commit-id: bdedb80a8b7c364d405888b9033df5c273708506 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index eb40eb969..1aec98ee3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { body: "Build ${env.BUILD_URL} failed." } always { - junit allowEmptyResults testResults: '**/target/surefire-reports/*.xml' + junit allowEmptyResults: true testResults: '**/target/surefire-reports/*.xml' recordIssues enabledForFailure: true, tools: [java(), javaDoc()] recordIssues enabledForFailure: false, tool: spotBugs()