I am using Gitlab community edition and I created a web-hook to my project which is trigger in push events. This web-hook successfully trigger the Jenkins job but I need some additional information for my jenkins job like branch name and etc. Jenkins version 1.640.
I tried to follow this instruction: https://github.com/jenkinsci/gitlab-hook-plugin.
I write this code to the job echo ${FULL_BRANCH_REFERENCE}
but there is nothing in it.
I used this url in the web-hook: http://x.x.x.x:8080/job/gitlab/build (build_now did not work for me)
Br,