I was using github and found an example of automatic CI testing of pull requests. This is exactly what we need for all our repositories.
- Pick first project to integrate (https://github.com/DemandCube/developer-setup)
- Create documentation on how to integrate projects pull requests into Jenkins
a) How to setup Jenkins
b) How to integrate Jenkins with a particular github repo "setup on github too"
c) How to add tests to the Repo to be executed by Jenkins
Some documentation on how to set it up is here:
http://blog.kabisa.nl/2013/11/05/building-github-pull-requests-with-jenkins/
You can see the example here:
copitux/python-github3#35
Here are a few related links

I was using github and found an example of automatic CI testing of pull requests. This is exactly what we need for all our repositories.
a) How to setup Jenkins
b) How to integrate Jenkins with a particular github repo "setup on github too"
c) How to add tests to the Repo to be executed by Jenkins
Some documentation on how to set it up is here:
http://blog.kabisa.nl/2013/11/05/building-github-pull-requests-with-jenkins/
You can see the example here:
copitux/python-github3#35
Here are a few related links