Hi Everyone,
I have a bitbucket repo from where I need to trigger gitlab pipeline whenever a Merge request has been raised in Bitbucket. I have created a webhook and added gitlab api with a token access of gitlab in it. But Iam not able to achieve it. Tried to trigger jenkins through Bitbucket webhook it is working fine. Wanted to check if this way is not supported for gitlab. Please let me know any other supported workaround.
Thanks.
Hi Hemanth and welcome to the community!
I found the following documentation from GitLab:
I don't know if there is any other way other than what is described in this doc. Is this the one you are following?
If you have set up everything according to this doc, what you can do as a first step is check the webhook logs. We have details about this in the following knowledge base article:
You'll need to enable history for this specific webhook and then create an event that triggers the webhook. Then, check the requests in the logs:
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.