Skip to content

Commit 8c68933

Browse files
anmolnarEnrico Olivelli
authored and
Enrico Olivelli
committedFeb 9, 2021
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 apache#1600 from anmolnar/ZOOKEEPER-4207
1 parent 1c92a1f commit 8c68933

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎Jenkinsfile

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ pipeline {
5151
stages {
5252
stage('BuildAndTest') {
5353
steps {
54-
git 'https://github.com/apache/zookeeper'
5554
sh "git clean -fxd"
5655
sh "mvn verify spotbugs:check checkstyle:check -Pfull-build -Dsurefire-forkcount=4"
5756
}

0 commit comments

Comments
 (0)
Please sign in to comment.