Ver código fonte

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 4 anos atrás
pai
commit
1c41e12753
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

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