jenkins-pipeline
Installation
Summary
Enterprise-grade Jenkins pipelines with declarative and scripted syntax for multi-stage CI/CD automation.
- Supports both declarative and scripted pipeline approaches, with multi-branch pipeline and parameterized build capabilities
- Includes environment variables, credentials management, approval gates, and artifact archiving for production-safe deployments
- Covers agent configuration, stage orchestration, test reporting (JUnit), and Docker registry integration
- Best practices emphasize modular, reusable pipelines with proper secret handling and error management
SKILL.md
Jenkins Pipeline
Table of Contents
Overview
Create enterprise-grade Jenkins pipelines using declarative and scripted approaches to automate building, testing, and deploying with advanced control flow.
When to Use
- Enterprise CI/CD infrastructure
- Complex multi-stage builds
- On-premise deployment automation
Related skills