Pipeline Abstraction
I struggle quite often with how much code to actually abstract in a build pipeline. We use Jenkins Pipelines for our builds, with a Jenkinsfile in each project to control its build. We also have a few different versions of pipeline Libraries for helping out with the builds. All in the Jenkinsfile One obvious way … Read more