jenkins-gitlab-merge-request-builder-plugin
jenkins-gitlab-merge-request-builder-plugin copied to clipboard
A plugin that allows jenkins to build merge requests in Gitlab
I've done just like the Readme.md says, but when I ask it to build something (clicking on [Build Now]) or if I wait for it the SCM Polling it aways...
this jenkins job log: ```Gitlab Merge Request #100 : liuyongheng/core/master => master Building remotely on csii97 in workspace /home/jenkins/slave/workspace/dcgitlab/channel/mergecore > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from 2 remote...
Feature Request: It would be great if the global plugin parameters could be set by something like: ``` import jenkins.model.* def inst = Jenkins.getInstance() def desc = inst.getDescriptor("org.jenkinsci.plugins.gitlab.GitlabBuildTrigger") desc.setBotUsername("foo") desc.getGitlabHostUrl("http://gitlab.foobar.de")...
I can't find your latest release as of github releases. http://updates.jenkins-ci.org/download/plugins/gitlab-merge-request-jenkins/
Version 2.0.1 introduced a important bug fix #175 for #172 . But it seems not been released to Jenkins Plugins. It would be great to get this new release on...
Hi, I'm searching throw the net for few day about this issue but I didn't find anything. Maybe I did something but ... **Gitlab version** : 8.17.3 f0c970e **Jenkins version**...
WIP merge request are not build by the plugin. We use the WIP as a marker for the reviewer that he shouldn't merge it, but we would still like to...
There's a [page for this plugin](https://wiki.jenkins-ci.org/display/JENKINS/Gitlab+Merge+Request+Builder+Plugin) at the plugin repository. On the left side it has a link to GitHub, leading to https://github.com/jenkinsci/gitlab-merge-request-jenkins-plugin, which doesn't exit. It should probably lead...
I'm one of the maintainers of the Jenkins GitLab plugin (https://wiki.jenkins-ci.org/display/JENKINS/GitLab+Plugin). From what I can tell, that plugin provides the same functionality as this one, plus a few other features....
Hi there, we use this plugin in multiple projects and it's really good, thank you! We have the following setup in a project: * one Gitlab-Repository with the code *...