标签: git jenkins
我的项目在每个Pull请求上运行Jenkins作业。但我想在Pull请求至少被2人批准后运行它。
目前我已经陷入了网络钩子配置。 Webhook可以很好地打开新的拉取请求作业,但是在添加新的评论时它会失败。 Web钩子返回:
错误400 Hook应包含事件类型 Hook应包含事件类型
错误400 Hook应包含事件类型
Hook应包含事件类型
我目前正在使用Jenkins的以下插件:
https://github.com/jenkinsci/github-api-plugin
https://github.com/jenkinsci/github-plugin