I've been using Gitlab and Jenkins continuous integration for a while. When a developer pushed some code into Gitlab, Jenkins was notified and a build event was triggered. For this I had Jenkins CI service enabled in Gitlab, with a custom server deploy key, and Gitlab hook plugin installed in Jenkins side.
This is not working any longer, since a couple of days. I am using GitLab Enterprise Edition 8.0.1-ee, and Gitlab Hook plugin 1.3.1 for Jenkins.
I see in Gitlab that they added a full CI feature (runners, web hooks...), does this mean the support for this Jenkins CI service is no longer active in Gitlab? Has anybody experienced the same problem since this new Gitlab version was released, and if so, is there any configuration that has to be added to work again? Thank you