@@ -51,4 +51,7 @@ add the following line to the list of rules in <tt>/etc/sysconfig/iptables</tt><
+ under "manage jenkins > configure system" fill in the information in the gitlab section
+ GitLab host URL: https://gitlab.cern.ch
+ API Token: "some text" with the "secret" set to the API token of the GitLab user (which can be found under "Profile settings > Account" in GitLab)
1. Add your Jenkins jobs configured as described [here](https://github.com/jenkinsci/gitlab-plugin#jenkins-job-configuration)
\ No newline at end of file
1. Add your Jenkins jobs configured as described [here](https://github.com/jenkinsci/gitlab-plugin#jenkins-job-configuration).
1. Configure the GitLab project
1. In your GitLab project go to "Settings > Web Hooks"
1. Add a hook to <tt>http://JENKINS_URL/project/PROJECT_NAME</tt> for push and merge requests where <tt>JENKINS_URL</t> is "\<hostname\>:8080" and <tt>PROJECT_NAME</tt> is the name of the Jenkins job.