How about Jenkins on OpenShift? Let's give this a try. Keep in mind that by default you've got only 3 gears on OpenShift and we'll need to use all of them for this tutorial:
- 1 will be used by the live app
- 1 will be used by the jenkins deployment
- 1 will be used by the jenkins builds
First, create your jenkins deployment:
$ rhc app create -a jenkins -t jenkins-1.4
Then create your app …