From 02a363d37ca79abd4cb7ccad1cc39af01ac564ab Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Tue, 18 Aug 2020 21:04:17 +0000 Subject: [PATCH] use spotbugs in xmlbeans builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880975 13f79535-47bb-0310-9956-ffa450edef68 --- jenkins/create_jobs.groovy | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 86d5b0a107..1346a775f6 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -571,6 +571,14 @@ xmlbeansjobs.each { xjob -> publishTestStabilityData() } } + recordIssues { + tools { + spotBugs { + pattern('build/findbugs.xml') + reportEncoding('UTF-8') + } + } + } if (!xjob.skipcigame) { configure { project ->