jenkinsci / gitlab-plugin

A Jenkins plugin for interfacing with GitLab
https://plugins.jenkins.io/gitlab-plugin/
GNU General Public License v2.0
1.44k stars 618 forks source link

Note Hook is not supported for this project #921

Open wdlaszlo opened 5 years ago

wdlaszlo commented 5 years ago

Issue

Context

Logs & Traces

https://gist.github.com/wdlaszlo/a4d228aff53ca35b397cdeb60c5223f1 https://gist.github.com/wdlaszlo/aec5e1b29a8c2e7ae51359274937dd1c

Problem description

I want to trigger the Multibranch Pipeline job in Jenkins when I add a comment on GitLab MR, but it fails.

Expectations: To trigger my job, exactly how it works when I make a change into the repo.

Current results: I receive an 409 error, see second gist.

lancy-mega commented 2 years ago

I too am facing the same issue. Is this issue resolved? or is there any alternative solution?