How to use Artifactory to Mirror a MAAS image repositoryCanonical’s tool for managing bare-metal servers, MaaS, needs access to images.maas.io , or else a local mirror.4d ago4d ago
How to conditionally hide a Jenkins Job parameter based on the value of another parameterThis is a pretty commonly asked question, but the answer really isn’t straightforward.Feb 10Feb 10
Active Choices Parameters as Jenkinsfile code, using wrapper functionsSome params are simple to define as code, like:Feb 3Feb 3
Global variables for Jenkins pipelinesEver found yourself needing to be able to use the same variable over and over for many pipelines? Here’s how:Dec 16, 2024Dec 16, 2024
A deep dive into Jenkins job parameters as code, with both runtime AND UI validationSkip to the end of this post for just the code examples, without any of the explanations.Dec 16, 2024Dec 16, 2024
Easily get Jenkins secret files into the workspaceAccording to the documentation, using a secret file from the credentials should be pretty straightforward, but when I tried it, i kept…Dec 16, 2024Dec 16, 2024
How to easily get variables from a downstream Jenkins jobI was absolutely stunned by how hard this seems.Nov 7, 2024Nov 7, 2024
How to update Parameters in a Jenkins job, then abort and show a success.Let’s say you have a Jenkinsfile with user parameters. You don’t always want to set the parameters each time you run the job since they…Aug 4, 2024Aug 4, 2024
Using shared libraries with post stages in a Jenkins pipelineHow to move post’s failure, aborted, success, unstable steps to a shared libraryMay 8, 2024May 8, 2024
Connection timed out while pulling an image in MinikubeIt’s been a long time coming, but I’m finally getting my feet wet with Kubernetes. Naturally the easy way to start is with minikube…Dec 24, 2023Dec 24, 2023