📄️ Jenkins Pipeline – Overview
This section introduces Jenkins Pipelines, the core of modern Jenkins usage.
📄️ Declarative vs Scripted Pipeline
Jenkins supports two pipeline syntaxes: Declarative and Scripted.
📄️ Jenkinsfile Structure
This document explains the mandatory and optional sections of a Jenkinsfile and how Jenkins executes them.
📄️ Stages vs Steps
Understanding the difference between stages and steps is critical for
📄️ Agent Directive
The agent directive defines where a pipeline or stage runs.
📄️ Environment & Tools
This document explains how Jenkins pipelines manage environment variables and tools.
🗃️ Flow Control
6 items