William Soula wrote: > Look into the github trigger where pushes to a repo causes the webhook to hit > the url for the job and it will check for changes and build. Thus no polling > is involved. > > http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/ > Unfortunately, the configuration described there does still poll. The URL trigger invokes the polling rather than a timer. To get decent performance, I use a URL trigger with a branch name parameter and all git operations are handled by custom scripts rather than anything within Jenkins itself.
-- Jonathan Rogers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
