This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 1c41e12 ZOOKEEPER-3896: Remove badly behaving PollSCM trigger
1c41e12 is described below
commit 1c41e127537f66842515ccb21fb48f1670003454
Author: Andor Molnar <[email protected]>
AuthorDate: Mon Jul 27 15:47:20 2020 +0200
ZOOKEEPER-3896: Remove badly behaving PollSCM trigger
PollSCM trigger triggers a build every time it scans the ZooKeeper repo
regardless the branch pointer has been changed or not. Instead, I try to use
the built-in 'Scan Multibranch Pipeline' instead which should be good for the
same purpose.
Author: Andor Molnar <[email protected]>
Reviewers: Enrico Olivelli <[email protected]>
Closes #1415 from anmolnar/ZOOKEEPER-3896
---
Jenkinsfile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9c3e4f6..ff76a9f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,7 +25,6 @@ pipeline {
}
triggers {
- pollSCM('@hourly')
cron('@daily')
}