Using JobDSL Configuration Blocks to Set Additional Branch Source Options
This post outlines some notes on how to control the generated Jenkins job XML via the configure block in JobDSL. This is necessary when the plugin does not n...
This post outlines some notes on how to control the generated Jenkins job XML via the configure block in JobDSL. This is necessary when the plugin does not n...
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...