GITHUB hooks support
dmmalam opened this issue · 2 comments
dmmalam commented
Is there an easy way to trigger a build when a repo has been pushed to in github
ryankee commented
Yep! Just add your concrete URL to the Post-Receive URLs in your repo's service hooks. Whenever github receives your push they'll send a POST to your concrete instance and trigger a new build.
dmmalam commented
Sweet, yea should probably mention it on the docs.
That's would have saved me 5hrs messing around with Jenkins
Dharmesh
On 7 Feb 2012, at 19:02, Ryan Kee
reply@reply.github.com
wrote:
Yep! Just add your concrete URL to the Post-Receive URLs in your repo's service hooks. Whenever github receives your push they'll send a POST to your concrete instance and trigger a new build.
Reply to this email directly or view it on GitHub:
#8 (comment)