↧
Hudson/Jenkins multi-configuration
In SuRF we changed a lot of str() calls to unicode() which made code fail under Python 2.6.2. This wasn't found through unit tests as my tests ran with the newest Python version only. Luckily...
View ArticleTracking configuration changes in Jenkins
From my experience you want to put mostly everything in software projects under versioning. Not only your production code, but also build and deployment scripts. This doesn't always prove to be...
View Article