diff --git a/Jenkinsfile b/Jenkinsfile index 4e884a37..4c7bb729 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,10 +14,10 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(jdk: '17', traceability: true) { + //withMaven(jdk: '17', traceability: true) { //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install" - } + //} } }