Jenkins – GitLab and Jenkins integration

gitlabJenkins

I've read the differences between Gitlab Community and Enterprise in this page: https://about.gitlab.com/features/

Based on that page I understand the integration with Jenkins is only available in the enterprise version. However, I've seen that using web hooks I can trigger builds in Jenkins when a push happens in Gitlab.

So my question is which is the difference between community and enterprise regarding the integration with jenkins?

Best Answer

On the merge request page, there is a state widget that shows the status of tests for that particular merge request, and on your project home page, there is test status badging. These two UI elements only show up if you enable a 'ci service' on the project. In community you can turn it on with Gitlab CI. In enterprise you can set it up to work with jenkins.

Related Topic