Self hosted gitlab & webhook

Hi,

I’ve got a self hosted gitlab and tried to get it triggered by a webhook.
The configuration seems fine on gitlab side, I can hit Test: a build on the branch master is starting in bitrise.
However when I push my code in gitlab, nothing happens in bitrise.
Is there a place where I can check all webhooks call ? Or is there a way to check what’s wrong ?

Thanks
Fred

1 Like

Hi,

Unfortunately GitLab does not provide a UI for webhook debugging, so you’ll have to use the Activity list on bitrise.io

You can find the related docs here: http://devcenter.bitrise.io/webhooks/troubleshooting/

In short, you can find every webhook received by bitrise.io for your projects in your Activity list, and if a hook does not trigger a build you can find the reason there why it did not.

If you can’t see a trigger event in your Activity list, that means bitrise.io did not receive it, which always means that the issue is on the other end.

If you have any questions just let us know!

Thank you for your quick reply .
I can’t find the Activity list in my project. Where is it ? :smiley:

Redirecting… - Bitrise Docs

You can see all the ignored calls on your Activity page on bitrise.io.

:wink:

Oh nice and useful page :slight_smile:
Thank you ! It was just a workflow / branch name issue :flushed:

1 Like