Decoupling Jenkins Stages On Multiple Containers
Part of my day-to-day work consist in helping teams transition from monolithic architectures to a build-and-own your service using Openshift. As a gentle introduction into that world, I wrote some guides to provide a starting point to this transition. Recently I distribute this minimalistic “Hello World” Jenkins Pipeline which looks like this…
Self Deploying Node.JS Applications
Let's write an application that runs itself into OpenShift.
Chaining Builds In Openshift
Using chained builds to improve the size of your images and overall deployment performance in Openshift.