]> source.dussan.org Git - poi.git/commitdiff
try to fix spotbugs publisher entry
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 25 Aug 2021 23:13:27 +0000 (23:13 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 25 Aug 2021 23:13:27 +0000 (23:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892608 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index a81f09eb05461c0f052fd6177d607ff3e8b78631..2fa3e00bceef0a433b087b67986bec9f17e5d914 100644 (file)
@@ -478,7 +478,7 @@ poijobs.each { poijob ->
                 recordIssues {
                     tools {
                         spotBugs {
-                            pattern('build/findbugs.xml')
+                            pattern('*/build/reports/spotbugs/*.xml')
                             reportEncoding('UTF-8')
                         }
                     }