Table of Contents
Context
The Problems
The Solution
Shared Library
Duplication
Documentation
Scalability
Installation Agnostic
Feature Toggling
This post will describe how I use a shared library in Jenkins. Typically when using multibranch pipeline.
If possible (if not forced to) I implement the pipelines without multibranch. I previously wrote about how I do that with my Generic Webhook Trigger Plugin in a previous post. But this will be my second choice, If I am not...