I can't find a way to trigger builds on jenkins when a gitlab merge request get accepted.
Here is my job configuration :
jenkins version : Jenkins ver. 2.107.3 gitlab version : 11.2.3
My webhook configuration on gitlab :
I tried, to select push events and accepted MR events on jenkins side, it works but for each push ! I want to know if this is the only way to get that works (push + accepted MR events). Logically i just have to select accepted Mr only, but i get nothing, it doesn't seems to work that way.
I checked jenkins issues and find this one, i don't know if this is the same issue ? https://github.com/jenkinsci/gitlab-plugin/issues/636
Can you help me please, any ideas ? Thank you.