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