Recent posts

Cleaning up old Kubernetes deployments

We run a lot of transient deployments on Kubernetes as part of Jenkins end-to-end (E2E) testing. Usually the Jenkins job cleans this up but sometimes it fail...

Gradle Sync task is not incremental

While this may seem obvious to some it came as a surprise to learn that Gradle’s Sync task will copy the entire source even if only one file has changed.