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