OPI Blog
Learn from experts in their fields

Browsing Tags: continuous integration

Getting Started with Fastlane for iOS
Fastlane is an incredibly powerful tool for mobile developers. Using fastlane can save you time running tests, creating builds, supporting continuous integration and many other tasks that can be a hassle to deal with as ...
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 ...
A Tour of Build Scans on Gradle.com
This year’s Gradle Summit was recently held and if you weren’t there, you missed out on some pretty exceptional talks. The videos will be posted in the future to Gradle’s YouTube channel, so you’ll be ...
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 ...
Gradle Quick Start
Gradle is a relatively new build system that is picking up steam. In this post we’ll demonstrate it’s convention over configuration strengths and walk through a simple example. Gradle follows the convention over configuration model. ...