GoCD currently does not have this support. But if you have an instance of of gitea running, it should be fairly straight forward to implement it. Here <https://github.com/gocd/gocd/commit/36b675e24c7bc7185048f46499c699f9a49ff8e4> is the that implemented bitbucket support which might be useful to implement. You'd basically be expected to implement some callbacks to extract some information to construct the repo URL and branch information and to verify the authenticity of the payload (to make sure that someone pretending as gitea don't end up triggering your pipelines).
On Thu, Feb 1, 2018 at 3:21 PM 'Peter Scheler' via go-cd < [email protected]> wrote: > Hi, > > I use GoCD and Gitea behind a firewall. Does go support webhooks from > Gitea <https://docs.gitea.io/en-us/webhooks/> like it handles them from > Github? > > If not, can you add this API? > > Greetings Peter > > -- > You received this message because you are subscribed to the Google Groups > "go-cd" 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/d/optout. > -- You received this message because you are subscribed to the Google Groups "go-cd" 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/d/optout.
