Jenkins test

This commit is contained in:
anhefti 2024-03-05 08:18:53 +01:00
parent 015806db5b
commit 4ec0cc7aa6

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
stage('Maven build') {
steps {
withMaven(maven: 'Maven3.9.6', options: [findbugsPublisher(disabled: true)]) {
sh "mvn clean install"
sh "mvn clean install -e -P let_reporting"
}
}
}