jenkins-gitlab-hook-plugin
jenkins-gitlab-hook-plugin copied to clipboard
Don't trigger a build on commit notifications in multiple scms is wrong
I have a project which uses the Multiple SCMs plugin to checkout two repositories. One of the repositories has "Don't trigger a build on commit notifications" set. However, when a notification for the other repository is fired the project is also not build.
Not sure if I understand right, but looks like the "commit notification" flag is not project wide but set on a repository level. If that is the case, I'm unsure about the behavior in a scenario like yours, where it's configured different for different repositories. Actually, the support for multiple scms is very narrow, as the use case is not well defined (and I have no direct experience with it). I'll have a look at it and tell you back.