Removed pollSCM trigger as it conflicts with SCM indexing
diff --git a/Jenkinsfile b/Jenkinsfile
index 60337c7..bd87e57 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,11 +22,6 @@
         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'