diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index e0da26a7e8..422553c634 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/*.txt') + pattern('*/build/reports/spotbugs/*.xml') reportEncoding('UTF-8') } }