SVN post-commit hook for jenkins

Assume that you have a svn repository with branches, tags and trunk and you only want to run your jenkins-ci runs on the trunk repository. In that case you want te be sure that commits to branches / tags do not trigger a testrun, so the commit hook needs to take care of that. Below is an (yet untested) version of an commit hook that should take care of that. It will only trigger jenkins in the case of commits to a trunk subdirectory of a svn repo....

<span title='2012-10-17 18:02:00 +0000 UTC'>October 17, 2012</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;154 words&nbsp;·&nbsp;wouter

Jenkins-ci and python

On the internet it is easy to find several references on how to use Jenkins-ci in combination with python. But most of the blogs that you can find depend on an ‘older’ module called SetEnv. This module does not exists anymore. But the bright side of this all is, that there is a new module that can be used with the name ShiningPanda Plugin This plugin does allow you to make a virtualenv environment to install the dependent modules is e....

<span title='2012-10-09 19:03:00 +0000 UTC'>October 9, 2012</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;214 words&nbsp;·&nbsp;wouter