summaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-12-19 02:06:18 +0000
committerPJ Fanning <fanningpj@apache.org>2021-12-19 02:06:18 +0000
commit6bad5f22bf5b842248c89fddb64191f751554739 (patch)
tree98ad4c4f72f61e067bc4f6ac4320569715bffd57 /jenkins
parentb88cb5620adc7dd7a1d152c7472486383a17d9bb (diff)
downloadpoi-6bad5f22bf5b842248c89fddb64191f751554739.tar.gz
poi-6bad5f22bf5b842248c89fddb64191f751554739.zip
spotbugs only seems to report txt now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index 422553c634..e0da26a7e8 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -464,7 +464,7 @@ poijobs.each { poijob ->
recordIssues {
tools {
spotBugs {
- pattern('*/build/reports/spotbugs/*.xml')
+ pattern('*/build/reports/spotbugs/*.txt')
reportEncoding('UTF-8')
}
}