Using JobDSL Configuration Blocks to Set Additional Branch Source Options
UPDATE
These are my notes on what it took to integrate metrics-server into my sandbox Kubernetes the Hard Way learning cluster. Note my cluster is on VirtualBox loc...
It look me quite a bit more research to figure out how to use a custom (or lightly custom) time format with Jackson. I required a date format to be deseriali...
This example helps me understand one use case of function currying - pre-applying a common argument to make code more succinct. These are two utility functio...
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...