diff --git a/Jenkinsfile b/Jenkinsfile index af65acb3..9af0f0f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(globalMavenSettingsConfig: '', jdk: '', maven: '', mavenSettingsConfig: '', traceability: true, options: [findbugsPublisher(disabled: true)]) { + withMaven(jdk: '17', traceability: true, options: [findbugsPublisher(disabled: true)]) { //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install -e -P let_reporting" }