📄️ Shared Libraries – Overview
This section covers Jenkins Shared Libraries, the standard way to reuse pipeline logic across jobs.
📄️ Shared Library Structure
This document explains the mandatory directory structure of a Jenkins Shared Library.
📄️ Writing Reusable Steps with vars/
The vars/ directory is used to define global, reusable pipeline steps.
📄️ Writing Groovy Classes with src/
The src/ directory is used for structured, reusable Groovy code inside Jenkins Shared Libraries.
📄️ Shared Library Versioning & Governance
Shared libraries are production code.