Jenkins and Gitlab: Webhook isn't running

后端 未结 4 1961
时光取名叫无心
时光取名叫无心 2021-02-20 17:47

I have a couple of servers:

  1. Jenkins
  2. Gitlab

On gitlab, I have a webhook:

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


        
4条回答
  •  南方客
    南方客 (楼主)
    2021-02-20 18:22

    On Jenkins, you should disable "Poll SCM" and set the "Branches to build" to "master" (not "*/master")

提交回复
热议问题