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

rombert pushed a commit to branch feature/SLING-7245
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git


The following commit(s) were added to refs/heads/feature/SLING-7245 by this 
push:
     new c6070db  SLING-7245 - Validate pull requests using Jenkins
c6070db is described below

commit c6070db284fa7c037d150cfc96b57df482c07f08
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Dec 20 16:46:05 2018 +0100

    SLING-7245 - Validate pull requests using Jenkins
    
    Stop polling the SCM as the Jenkins Github hook is enabled now.
---
 vars/slingOsgiBundleBuild.groovy | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 3332864..0a7f567 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -34,9 +34,6 @@ def call(Map params = [:]) {
                 echo "Final job config: ${jobConfig}"
             }
 
-            def jobTriggers = [
-                pollSCM('* * * * *')
-            ]
             if ( env.BRANCH_NAME == 'master' )
                 jobTriggers.add(cron(jobConfig.rebuildFrequency))
             if ( upstreamProjectsCsv )

Reply via email to