remove spotbugs (seems not be existing anymore)
This commit is contained in:
parent
350d679300
commit
8e115d26d0
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue