I'm trying to trigger Jenkins Multi-branch pipeline job with GitLab Webhook on Merge request events.
When I'm testing the Webhook, I'm getting this message:
Hook executed successfully but returned HTTP 409
When I'm setting different GitLab Webhook, like Tag push events, it works.
Is GitLab Merge request events Webhook not supported with Jenkins multi-branch pipeline? Am i missing something?
If it's not supported, does anyone have workaround for that?
Thanks!