📄️ Jenkins Jobs – Overview
This section explains how work is defined and executed in Jenkins using different job types.
📄️ Freestyle Job
Freestyle jobs are the oldest job type in Jenkins.
📄️ Pipeline Job
Pipeline jobs are the standard and recommended way to use Jenkins today.
📄️ Multibranch Pipeline
Multibranch Pipeline is the standard job type for team-based development.
📄️ Configuration Layers (Global vs Folder vs Job)
Jenkins configuration exists at multiple levels.