remove spotbugs (seems not be existing anymore)

This commit is contained in:
anhefti 2024-03-05 10:20:35 +01:00
parent 350d679300
commit 8e115d26d0

2
Jenkinsfile vendored
View file

@ -33,7 +33,7 @@ pipeline {
always {
junit testResults: '**/target/surefire-reports/TEST-*.xml'
recordIssues enabledForFailure: true, tool: spotBugs()
//recordIssues enabledForFailure: true, tool: spotBugs()
recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/target/pmd.xml')
}
failure {