remove spotbugs (seems not be existing anymore)
This commit is contained in:
parent
87a7e11530
commit
350d679300
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -23,7 +23,7 @@ pipeline {
|
||||||
stage('Reporting') {
|
stage('Reporting') {
|
||||||
steps {
|
steps {
|
||||||
withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) {
|
withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) {
|
||||||
sh "mvn --batch-mode -V -U -e -P let_reporting pmd:pmd pmd:cpd findbugs:findbugs spotbugs:spotbugs"
|
sh "mvn --batch-mode -V -U -e -P let_reporting pmd:pmd pmd:cpd findbugs:findbugs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue