OPI Blog
Learn from experts in their fields

Browsing Tags: Jenkins

Why your tests may pass locally but fail in Jenkins
The dreaded “works on my machine” test failure not only reduces trust in your automated builds and continuous integration, but could also be the sign of a bug that doesn’t manifest on your machine. I’ve ...
Automating Terraform Projects with Jenkins
Terraform is tool for managing infrastructure as code. It has been a great success in extending the infrastructure knowledge to more team members (which is the whole point of DevOps!). One of my struggles though ...
Dec 22, 2015
Configure Jenkins to dynamically create a database for your Grails tests
Test pollution can be a frustrating issue to look into, especially when the failures are sporadic. These may be caused by reliance on hard-coded fields (such as ids), timezone/DST issues, or previous test case leakage ...
Apr 18, 2013
Multi-Browser JavaScript Unit Testing with Sauce
“The frontend code”. It’s often prefixed with “A fix to the…” and suffixed with “… due to a bug in Internet Explorer”. Why is this? JavaScript unit testing is easy due to a ...
Feb 17, 2011
Hudson Forked
Recently developers of the continuous integration tool, Hudson, have created a new project, Jenkins....