Jenkins integration
Created by: elvanja
Well, it is not really an issue but more of a note. I've put together a Jenkins plugin for Gitlab, that accepts the gitlab payload and builds or queues the project to be built. More about it at https://github.com/elvanja/jenkins-gitlab-hook-plugin Maybe this will help for people in similar situation.
Also, if it is not a problem, you might think about having a system level hook for commits to the projects. The payload already contains the information needed to build the exact project and it would save some time (no need to enter the hook on all the projects). Projects could override or complement that hook too.