1. 首先确保你得jenkins已经安装了如下github的插件:
2. 在jenkins里面修改job的配置,勾选 当有变动提交到github时自动build
3. 登陆你的github, 进入你project的首页,点击Setting配置:
点击Webhook & Services 添加一个webhook
URL 就是 你的jenkins URL 加上 /github-webhook
1. 首先确保你得jenkins已经安装了如下github的插件:
2. 在jenkins里面修改job的配置,勾选 当有变动提交到github时自动build
3. 登陆你的github, 进入你project的首页,点击Setting配置:
点击Webhook & Services 添加一个webhook
URL 就是 你的jenkins URL 加上 /github-webhook