Lessons Learned Supporting Continuous Integration (CI) for a Javascript Project
I’ve been supporting the CI needs of a JS project and would like to assemble the lessons learned from the app here so that I can more clearly advise future J...
I’ve been supporting the CI needs of a JS project and would like to assemble the lessons learned from the app here so that I can more clearly advise future J...
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.
Problem: Git for Windows hangs on Jenkins when attempting to use the “store” credential helper.
While not sexy we have a product that is officially supported on Windows and uses SQL server so in order to expand our Windows CI efforts we need to add lots...
This article outlines the various Redis HA options and the tradeoffs between them as well as touching how service discovery might be used. There are two main...