I have a gitlab server version "Gitlab 6.0.2 10b0b8f". I want to connect "Jenkins CI" for build purpose. for this I am following - http://doc.gitlab.com/ee/integration/jenkins.html .But In a project services I am not able to see "Jenkins CI". Only I can See "Gitlab CI". Can you please help me. Any example will be appriciated.
Asked
Active
Viewed 4,765 times
1 Answers
15
Solved. Jenkins CI support is only included in the Enterprise version (EE). gitlab server version "Gitlab 6.0.2 10b0b8f" is not a enterprise edition. so it is not possible. Check https://github.com/gitlabhq/gitlabhq/issues/7525

Biswajit Das
- 644
- 7
- 26
-
Does this mean it won't be possible to trigger automatic builds in Jenkins CI on a Push event on Gitlab Community Edition (Version 8.1)? – Shubham A. Apr 02 '17 at 10:41
-
Sorry for late. yes as per documentation. – Biswajit Das Jul 26 '17 at 11:46