Skip to content

Commit

Permalink
ZOOKEEPER-4207: Remove extra checkout from Jenkinsfile
Browse files Browse the repository at this point in the history
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

(cherry picked from commit 8c68933)
Signed-off-by: Enrico Olivelli <eolivelli@datastax.com>
  • Loading branch information
anmolnar authored and Enrico Olivelli committed Feb 9, 2021
1 parent da9b18a commit 25c3c26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 25c3c26

Please sign in to comment.