You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2020/07/21 08:50:57 UTC

[celix-site] branch master updated: Removed pollSCM trigger as it conflicts with SCM indexing

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

rlenferink pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8032781  Removed pollSCM trigger as it conflicts with SCM indexing
8032781 is described below

commit 803278140d5e0fd7095a6df8f382fadb4ea62ed4
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Tue Jul 21 10:50:34 2020 +0200

    Removed pollSCM trigger as it conflicts with SCM indexing
---
 Jenkinsfile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 60337c7..bd87e57 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,11 +22,6 @@ pipeline {
         label 'git-websites'
     }
    
-    triggers {
-        // TODO: this can be removed once gitbox webhooks are re-enabled
-        pollSCM 'H/5 * * * *'
-    }
-
     environment {
         HUGO_VERSION = '0.63.2'
         DEPLOY_BRANCH = 'asf-site'