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 {
|
always {
|
||||||
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
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')
|
recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/target/pmd.xml')
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
|
|
Loading…
Reference in a new issue