test new Jenkinsfile

This commit is contained in:
anhefti 2024-03-04 15:45:25 +01:00
parent 4b264abee6
commit d30188f01e

4
Jenkinsfile vendored
View file

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