fix jenkins

This commit is contained in:
anhefti 2022-03-28 11:48:29 +02:00
parent 29e724b45c
commit ee4e78a53a

1
Jenkinsfile vendored
View file

@ -23,6 +23,7 @@ pipeline {
stage('Reporting') {
steps {
sh '${M2_HOME}/bin/mvn --batch-mode -V -U -e checkstyle:checkstyle pmd:pmd pmd:cpd findbugs:findbugs spotbugs:spotbugs'
}
}
}