A
A
Alexey Imsha2017-07-19 06:11:59
git
Alexey Imsha, 2017-07-19 06:11:59

How to set up a webhook in gitlab?

Developers make several commits, then push to the repository.
As a result, a webhook fires for each commit. And how to make the webhook work only once after the push?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
TyzhSysAdmin, 2017-07-19
@aleximsha

It doesn't fire for every commit, it returns JSON with a "push" event and a list of commits.
Look towards the parser of this JSON from your side.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question