diff --git a/Jenkinsfile b/Jenkinsfile index ed074c95617..40fcdd5bbad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,7 +51,6 @@ pipeline { stages { stage('BuildAndTest') { steps { - git 'https://github.com/apache/zookeeper' sh "git clean -fxd" sh "mvn verify spotbugs:check checkstyle:check -Pfull-build -Dsurefire-forkcount=4" }