From: Andreas Beeker Date: Wed, 25 Aug 2021 23:13:27 +0000 (+0000) Subject: try to fix spotbugs publisher entry X-Git-Tag: REL_5_1_0~18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=08d6e1019a253147bbb423a978dcf14189bc54fe;p=poi.git try to fix spotbugs publisher entry git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892608 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index a81f09eb05..2fa3e00bce 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -478,7 +478,7 @@ poijobs.each { poijob -> recordIssues { tools { spotBugs { - pattern('build/findbugs.xml') + pattern('*/build/reports/spotbugs/*.xml') reportEncoding('UTF-8') } }