jenkins 配置使用 gitlab push 后触发构建

2021-12-07 20:45:31 浏览数 (1)

发表于2018-09-072019-01-01 作者 wind

  1. jenkins安装插件 Gitlab Plugin
  2. 在 jenkins 的 构建任务 中配置 “构建触发器” ,勾选 Build when a change is pushed to GitLab. 后面提供的那个 URL 是用来在 gitlab 中配置的 Hook URL,点击高级可以设置 secret token、在 Allowd Branches中可以设置响应哪些分支的 push
  3. 在 gitlab 的项目设置中 integrations 中配置 URL,并设置在 jenkins 构建任务中设置的 secret token,添加后可以点击 test 进行一次假装 push 测试能否触发 jenkins 自动构建

0 人点赞