瀏覽代碼

ZOOKEEPER-4207: Remove extra checkout from Jenkinsfile

I believe we don't need to add the git checkout to the "Steps" section. I cannot see it neither in owasp nor the PR jenkinsfiles. Also I see that master branch gets also checked out during our normal builds, so I hope this will fix it.

Target branches: master, branch-3.7, branch-3.6, branch-3.5

Author: Andor Molnar <andor@apache.org>

Reviewers: Enrico Olivelli <eolivelli@apache.org>

Closes #1600 from anmolnar/ZOOKEEPER-4207
Andor Molnar 4 年之前
父節點
當前提交
8c68933226
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Jenkinsfile

+ 0 - 1
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"
                         }