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