remove spotbugs (seems not be existing anymore)

This commit is contained in:
anhefti 2024-03-05 10:09:13 +01:00
parent 87a7e11530
commit 350d679300

2
Jenkinsfile vendored
View file

@ -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"
} }
} }
} }