You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2020/07/27 13:47:55 UTC

[zookeeper] branch branch-3.5 updated: ZOOKEEPER-3896: Remove badly behaving PollSCM trigger

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new f7b741a  ZOOKEEPER-3896: Remove badly behaving PollSCM trigger
f7b741a is described below

commit f7b741a9c995630c94e899ef197ac305dd033722
Author: Andor Molnar <an...@apache.org>
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 <an...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>
    
    Closes #1415 from anmolnar/ZOOKEEPER-3896
    
    (cherry picked from commit 1c41e127537f66842515ccb21fb48f1670003454)
    Signed-off-by: Enrico Olivelli <eo...@apache.org>
---
 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')
     }