jenkins-gitlab-merge-request-builder-plugin
jenkins-gitlab-merge-request-builder-plugin copied to clipboard
'Trigger comment' not triggering builds at all
Hi, I'm using version 2.0.0, and I can't seem to trigger a build at all by commenting on the merge request.
Builds trigger fine when adding a new merge request or pushing to one.
Since there aren't docs for this release on the Jenkins wiki, I wondered if this functionality has been removed from the new version, even though field is still present in the config. I took a quick look at the source and couldn't see anywhere where the TriggerComment config value is used...
Or perhaps I am missing something obvious? Just wanted a sanity check before trying to debug my own installation in detail. Thanks in advance.
I've been bitten by this as well. I my Jenkins logs I did find
rg.gitlab.api.GitlabAPIException: {"message":"400 (Bad request) \"body\" not given"}
So in theory commit 3ebec021ad4a125971356f978b0ea00df93ae6d3 should fix it. Just got to wait for the new release to come out I guess.
Thanks @NeuralSandwich
I'm currently having the same issue. Hoping for a release soon!
Same here, we used this functionality all the time and I'd love to get it back.
In case it's useful to others, one workaround is to use the Rebuilder plugin. You can go to any job triggered by a merge request and click "Rebuild", and the job will run again using the same merge request parameters. It will even post back to GitLab, which is nice.
Having said all that, it would be even better if we could just trigger builds from GitLab again!
we are facing this issue with 2.0.0 plugin version, when we can expect the new plugin version with this fix?
still not fix yet...