test new Jenkinsfile

This commit is contained in:
anhefti 2024-03-04 15:34:16 +01:00
parent 6f97900447
commit 807e4daf8f

3
Jenkinsfile vendored
View file

@ -14,7 +14,8 @@ pipeline {
stages {
stage('Maven build') {
steps {
withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) {
withMaven(globalMavenSettingsConfig: '', jdk: '', maven: '', mavenSettingsConfig: '', traceability: true, options: [findbugsPublisher(disabled: true)]) {
//withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) {
sh "mvn clean install -e -P let_reporting"
}
}