elvanja / jenkins-gitlab-hook-plugin

Enables Gitlab web hooks to be used to trigger SMC polling on Gitlab projects
142 stars 81 forks source link

jenkins2 : GitLab CI Service URL in old format when using the plugin #72

Closed haiku38 closed 7 years ago

haiku38 commented 7 years ago

Hello,

On jenkins 2.32.2, when we activate the plugin 1.4.2 on a job, we have the old format for GitLab CI Service URL.

Label example: "Build when a change is pushed to GitLab. GitLab CI Service URL: http://jenkinshostname/project/xxxxx" Should be "Build when a change is pushed to GitLab. GitLab CI Service URL: http://jenkinshostname/gitlab/build_now/xxxxx"

Thanks.