瀏覽代碼

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 年之前
父節點
當前提交
500372dc7d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Jenkinsfile-PreCommit

+ 0 - 1
Jenkinsfile-PreCommit

@@ -36,7 +36,6 @@ pipeline {
     stages {
     stages {
         stage('BuildAndTest') {
         stage('BuildAndTest') {
             steps {
             steps {
-                git 'https://github.com/apache/zookeeper'
                 sh "git clean -fxd"
                 sh "git clean -fxd"
                 sh "mvn verify spotbugs:check checkstyle:check -Pfull-build -Dsurefire-forkcount=4"
                 sh "mvn verify spotbugs:check checkstyle:check -Pfull-build -Dsurefire-forkcount=4"
             }
             }