summaryrefslogtreecommitdiff
path: root/Jenkinsfile-PreCommit
diff options
context:
space:
mode:
authorEnrico Olivelli <eolivelli@apache.org>2020-09-17 19:46:50 +0200
committerAndor Molnar <andor@apache.org>2020-09-17 19:46:50 +0200
commit500372dc7d076617cbe2509ed8e073470f3807a8 (patch)
treea0f883410bf40620f90d341f7b5787fcf37aca01 /Jenkinsfile-PreCommit
parent63f744b2f4aef1806adfd22823984c561156e243 (diff)
downloadzookeeper-500372dc7d076617cbe2509ed8e073470f3807a8.tar.gz
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
Diffstat (limited to 'Jenkinsfile-PreCommit')
-rw-r--r--Jenkinsfile-PreCommit1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jenkinsfile-PreCommit b/Jenkinsfile-PreCommit
index 90b3f99ae..c7ba439b1 100644
--- a/Jenkinsfile-PreCommit
+++ b/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"
}