jenkins-gitlab-merge-request-builder-plugin icon indicating copy to clipboard operation
jenkins-gitlab-merge-request-builder-plugin copied to clipboard

A plugin that allows jenkins to build merge requests in Gitlab

Results 73 jenkins-gitlab-merge-request-builder-plugin issues
Sort by recently updated
recently updated
newest added

Hi there, Does this plugin work with windows as I am facing issues with the ${gitlabSourceBranch%} and ${gitlabTargetBranch} variables in the project. I have also tried to use %gitlabSourceBranch% and...

Versions: - Gitlab 7.14 - Gitlab Merge Request Builder Plugin 1.2.4 - Jenkins 1.633 So, no updates happens on jenkins workpsace's working copy after the MRs, so it always build...

This is a question rather than a bug report. I'm using GitLab CE 8.10.4 and Jenkins CI server with this plugin. I've followed the published instructions and my builds are...

I create a job following the ReadMe guide, set `${gitlabSourceBranch}` to `Branch Specifier`. However, it failed while pulling the source branch. ``` > git -c core.askpass=true fetch --tags --progress ssh://git@***...

## Summary 1. Jenkins is behind proxy (**http_proxy** and **https_proxy** variables are set) 2. Jenkins shell builds using **curl**, which query **GitLab** API work well 3. During saving the plugin...

In gitlab there is a webhook to start the merge request builder in Jenkins, but in the configuration there is a cron configuration, Jobs are triggered by the Cron it...

Hi, plugin works perfect with freestyle job, but if I need to set Pipeline or Multibranch project, there is no option for 'Gitlab Merge Requests Builder'. Will it be implemented?...

Hi. I upgrade Gitlab Merge Request Builder Plugin from v1.4.2 to v2.0.0, then all settings were initialized! Problem commit is https://github.com/timols/jenkins-gitlab-merge-request-builder-plugin/commit/7db92291400d6b0d94f29f6ccd1b63ddbae32b62#diff-2a2ae89bc4c1579a77be4e4d68f9fdb1L34 These changes are changes that break compatibility. # Why...

Hello, I'm trying to use this merge request builder plugin, however it's not working out. I believe I've followed the instructions on ReadMe file properly, but it's still not working....

When a MR has its destination branch updated the plugin tries to use the original targetBranch instead. how to reproduce: gitlab version: 6.7.5 00aa5c1 jenkins: 1.509.2 plugin: 1.2.0 - Create...