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

existing MRs in GitLab before install results in building all of them

Open djdevin opened this issue 9 years ago • 0 comments

If you enable this plugin and there are already merge requests in the target Gitlab project, it will attempt to build every single one of them.

We had 50+ open merge requests and I had to make the Jenkins job fail as quickly as possible to get it to record that it ran. Also about 1000 emails went out since GitLab is sending comment notifications.

Not a big deal but I think a note should be added to the install guide or on plugin install, set a timestamp so that old merge requests won't be processed.

Or if #134 gets in then you would have the option to not use cron so it would only build for new MRs.

djdevin avatar Sep 25 '15 13:09 djdevin