jenkins-gitlab-hook-plugin icon indicating copy to clipboard operation
jenkins-gitlab-hook-plugin copied to clipboard

Enables Gitlab web hooks to be used to trigger SMC polling on Gitlab projects

Results 14 jenkins-gitlab-hook-plugin issues
Sort by recently updated
recently updated
newest added

Jenkins version - 2.164.2 Gitlab-Hook Plugin version - 1.4.2 Ruby-Runtime version 0.13 Trying to install gitlab-hook plugin in jenkins, while installing ruby-runtime it throws error `java.lang.RuntimeException: unsupported Java version: 11...

如何拼接正确的URL,在你新版的插件中只用勾选选项,没有提示回调URL,使用gitlab的webHook功能的URL应该如何填写,麻烦详细说明。 下面是gitlab配置的URL列子,没有一个成功的 http://192.168.91.16:8080/gitlab/build_now Push Events SSL Verification: enabled Edit Test Remove http://192.168.91.16:8080/job/tyfocgApp/ Push Events SSL Verification: enabled Edit Test Remove http://192.168.91.16:8080/job/tyfocgApp/git/[email protected]:rzj/tyfocgApp.git Push Events SSL Verification: enabled Edit Test Remove http://192.168.91.16:8080/git/[email protected]:rzj/tyfocgApp.git...

I have a job using jenkins pipeline to deploy my project. now, I plan to use gitlab-hook-plugin to monitor the submission of projects on gitlab service. Once a user submits...

my gitlab webhook receives merge request payload like this: { "id": 59259, "target_branch": "master", "source_branch": "feature/ccc/ci_test", "source_project_id": 14904, "author_id": 6205, "assignee_id": 6205, "title": "Feature/ccc/ci test", "created_at": "2017-09-11T08:41:57+0000", "updated_at": "2017-09-11T08:41:57+0000", "st_commits":...

Thank you for your interesting plugin. But we have on trouble during him use. For the regular "Push Event" builds everything works perfectly. But when we set only "Tag push...

In the log, I get this: ``` INFORMATION: gitlab web hook triggered for - group/repo url: ssh://git@repo-host/group/repo.git - branch: master - with payload: { "object_kind": "push", "event_name": "push", "before": "651522384df8f144ffaaa367578ad5cd6f090443",...

Hi @elvanja / @javiplx , I'm finding your plugin very useful but I was wondering if it is possible to have multiple projects trigger one generic Jenkins job. For example,...

Is there a way to get this plugin working for pipeline projects?

We have a set up where we have 1 git repo with many subdirs and many jenkins projects. For example: ``` gitrepo/ proj1/ proj2/ proj3/ ``` proj1, proj2 and proj3...