I want to begin Jenkins build automatically after commit to GitLab (git panel).
So I've setup this plugin https://wiki.jenkins-ci.org/display/JENKINS/Build+Token+Root+Plugin and configured it:
Then I`ve added webhook to GitLab:
Now I can launch Jenkins task via http-request (from browser for example) but w/o success from Gitlab (via button "Test Hook"). Why?
Is webhook of GitLab not the same as http-request?
I can autolaunch of this Jenkins job via https://wiki.jenkins-ci.org/display/JENKINS/Gitlab+Hook+Plugin but cant, due to restrictions of standard git plugin of Jenkins.