Argelbargel / gitlab-branch-source-plugin

Jenkins-Plugin to create a multi-branch-project from gitlab
GNU General Public License v2.0
71 stars 44 forks source link

MergeRequest does not trigger build #70

Closed ghost closed 4 years ago

ghost commented 6 years ago

Hello,

I'm running Jenkins 2.89.4, Gitlab 9.1.0, Jenkins Gitlab Plugin 1.5.5 and Gitlab Branch Source plugin from source. I'm able to add a new project in Jenkings, build are triggered when I push on branches but when I create a Merge Request nothing happen. How can I debug this and/or provide more useful informations ?

ilushka85 commented 6 years ago

I have a pr that fixes this.....

ghost commented 6 years ago

tried with your PR but now push events does not trigger a build at all.

But is seems to work if I just take this commits :

bartse commented 6 years ago

I can confirm regular push events are not picked up any more from 0.6.7 I had to downgrade to version 0.6.6.6 to have this working again(events are received when checking the events log but no actual job is being triggered)

If a separate issue is required for investigation let me know

Argelbargel commented 6 years ago

@ilushka85: would you be willing to look into this?