Jenkins e Gitlab: o Webhook não está sendo executado

Eu tenho alguns servidores:

JenkinsGitlab

No gitlab, eu tenho um webhook:

On Push events -> http://{jenkinsIP}:8080/gitlab/build_now

No Jenkins, eu tenho um emprego:

Gerenciamento do código fonte:

Git:

Repository URL : git@{GitlabIP}:{Gitlabgroup}/{project}.git (copy from gitlab)

Credencial: trabalho de par de chaves

Ramos a construir: * / master

Navegador de repositório: gitlab

url: http://{GitlabIP}/{Gitlabgroup}/{project}

Versão: 6.5.1

Poll SCM

Schedule H/1 * * * *

Alguma pista por que Jenkins não está executando o trabalho?

questionAnswers(4)

yourAnswerToTheQuestion