ryankee / concrete

Simple continuous integration server written with NodeJS and CoffeeScript
http://ryankee.github.com/concrete
MIT License
494 stars 96 forks source link

GITHUB hooks support #8

Closed dmmalam closed 12 years ago

dmmalam commented 12 years ago

Is there an easy way to trigger a build when a repo has been pushed to in github

ryankee commented 12 years ago

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 12 years ago

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: https://github.com/ryankee/concrete/issues/8#issuecomment-3853938