Hudson buildserver for GAE projects
July 18, 2010 – 9:17 pmI just created a Hudson buildserver for (Python-based) Google Appengine projects. Thanks to this great guide: http://www.rhonabwy.com/wp/2009/11/04/setting-up-a-python-ci-server-with-hudson/ I was able to get Hudson up-and-running for python projects. However Google Appengine requires some extra features (the Appengine SDK for example). Thanks to this guide: http://heisel.org/blog/2009/11/21/django-hudson/ I was able to use nose for my unit tests publishing the coverage results for cobertura (Hudson plugin). Now the complete picture looks somewhat like this: I've whipped up an Ubuntu 10.04 desktop VM with all the prerequisites installed: a turnkey solution. If you want a copy I'll share it with you, leave me an email below. (1,5 GB rarred download).