You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/08/15 17:09:04 UTC

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

Author: kiwiwings
Date: Sat Aug 15 17:09:04 2020
New Revision: 1880882

URL: http://svn.apache.org/viewvc?rev=1880882&view=rev
Log:
try to fix spot bugs setting on new ci-builds jenkins

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=1880882&r1=1880881&r2=1880882&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sat Aug 15 17:09:04 2020
@@ -444,10 +444,13 @@ poijobs.each { poijob ->
                 }
             }
             publishers {
-                findbugs('build/findbugs.xml', false) {
-                    healthLimits(3, 20)
-                    thresholdLimit('low')
-                    defaultEncoding('UTF-8')
+                recordIssues {
+                    tools {
+                        spotbugs {
+                            pattern('build/findbugs.xml')
+                            reportEncoding('UTF-8')
+                        }
+                    }
                 }
                 // in archive, junit and jacoco publishers, matches beneath build/*/build/... are for Gradle-build results
                 archiveArtifacts('build/dist/*.tar.gz,build/findbugs.html,build/coverage/**,build/integration-test-results/**,lib/ooxml/**,build/*/build/libs/*.jar')



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