diff --git a/Jenkinsfile b/Jenkinsfile index cec490e2..ec899cbf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,10 +14,7 @@ pipeline { stages { stage('Maven build') { steps { - git url: 'https://github.com/SafeExamBrowser/seb-server' - withMaven { - - //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { + withMaven(maven: 'Maven') { sh "mvn clean install" } }