Procházet zdrojové kódy

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 <andor@apache.org>

Reviewers: Enrico Olivelli <eolivelli@apache.org>

Closes #1415 from anmolnar/ZOOKEEPER-3896
Andor Molnar před 4 roky
rodič
revize
1c41e12753
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

@@ -25,7 +25,6 @@ pipeline {
     }
 
     triggers {
-        pollSCM('@hourly')
         cron('@daily')
     }