Browse Source

Fix Precommit Job

It looks like the precommit job is performing an additional "git clone" that overwrites the PR

Author: Enrico Olivelli <eolivelli@apache.org>

Reviewers: andor@apache.prg

Closes #1460 from eolivelli/fix/pr-job-fix
Enrico Olivelli 4 years ago
parent
commit
500372dc7d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jenkinsfile-PreCommit

+ 0 - 1
Jenkinsfile-PreCommit

@@ -36,7 +36,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"
             }