Can you explain why you don't want to use "hooks"?

Is your objection to webhooks (as used by github, bitbucket, gitea and
others) or to repository hook scripts (like post-receive)?

The "polling must die" blog post from Kohsuke explains why the
/git/notifyCommit technique is better than polling.  However, it is
generally implemented as a post-receive hook in the git repository.  The
post-receive hook script is called when commits are pushed to the
repository.

Mark Waite

On Sun, Nov 26, 2017 at 9:34 PM 'Pulkit Lall' via Jenkins Users <
[email protected]> wrote:

> Also would not like to use time in polling (Sorry, forgot to add in
> original post)
>
>
> On Monday, 27 November 2017 09:53:48 UTC+5:30, Pulkit Lall wrote:
>>
>> Hi,
>> We have a internal enterprise git repo (not github) which has many
>> branches. I want Jenkins to trigger a build once checkin is made to git
>> repo but I do not want to use git hooks.
>> I would like to know if there is any other way to trigger Jenkins build
>> on git commit without using hooks.
>>
>> TIA
>>
>> Regards,
>> Pulkit Lall
>>
> --
> 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].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/1a39bd1b-8236-462d-a28e-d77551d74f20%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/1a39bd1b-8236-462d-a28e-d77551d74f20%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtHu%3DzcGedjqbMhh9d2WDqzdehDsw%3DG_q_MxOKY1DdOhGQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to