From cb29a7719d2d8650e50e51545d0e93aa6067d6b2 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Sun, 16 Aug 2020 13:53:48 +0200 Subject: [PATCH] Fixed another Issue in the Jenkinsfile Former-commit-id: 7b851b548851116252f8dac2d3546f782b38daa1 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 45f33eafb..eb40eb969 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,8 +40,8 @@ pipeline { body: "Build ${env.BUILD_URL} failed." } always { - junit testResults: '**/target/surefire-reports/*.xml' - + junit allowEmptyResults testResults: '**/target/surefire-reports/*.xml' + recordIssues enabledForFailure: true, tools: [java(), javaDoc()] recordIssues enabledForFailure: false, tool: spotBugs() recordIssues enabledForFailure: false, tool: cpd(pattern: '**/target/cpd.xml')