Browse Source

use spotbugs in xmlbeans builds

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880975 13f79535-47bb-0310-9956-ffa450edef68
tags/before_ooxml_3rd_edition
Andreas Beeker 3 years ago
parent
commit
02a363d37c
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      jenkins/create_jobs.groovy

+ 8
- 0
jenkins/create_jobs.groovy View File

@@ -571,6 +571,14 @@ xmlbeansjobs.each { xjob ->
publishTestStabilityData()
}
}
recordIssues {
tools {
spotBugs {
pattern('build/findbugs.xml')
reportEncoding('UTF-8')
}
}
}

if (!xjob.skipcigame) {
configure { project ->

Loading…
Cancel
Save