You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/12/19 14:40:19 UTC

svn commit: r1896159 - /poi/trunk/jenkins/create_jobs.groovy

Author: fanningpj
Date: Sun Dec 19 14:40:19 2021
New Revision: 1896159

URL: http://svn.apache.org/viewvc?rev=1896159&view=rev
Log:
revert: spotbugs only seems to report txt now

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1896159&r1=1896158&r2=1896159&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sun Dec 19 14:40:19 2021
@@ -464,7 +464,7 @@ poijobs.each { poijob ->
                 recordIssues {
                     tools {
                         spotBugs {
-                            pattern('*/build/reports/spotbugs/*.txt')
+                            pattern('*/build/reports/spotbugs/*.xml')
                             reportEncoding('UTF-8')
                         }
                     }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org