jenkins-ci
Installation
SKILL.md
Jenkins CI
Write and maintain Jenkins Declarative Pipeline CI stages with confidence. This skill covers pipeline block structure, agent configuration, multi-stage execution, testing patterns, and post-build actions for continuous integration pipelines on Jenkins.
Intent Router
Load reference files for depth on specific topics:
| Topic | File | Load when... |
|---|---|---|
| Declarative Pipeline | references/declarative-pipeline.md |
Learning pipeline block, agent directive, stages, steps, post conditions, environment, parameters, options, tools, when, input, and parallel execution |
| Agents & Workspaces | references/agents-and-workspaces.md |
Configuring agents (any, label, docker, dockerfile, kubernetes), workspace management, stash/unstash, concurrent builds |
| Testing & Reporting | references/testing-and-reporting.md |
JUnit reports, archiveArtifacts, code coverage (JaCoCo/Cobertura), HTML publishing, SonarQube, static analysis, test trends, notifications |
| Shared Libraries | references/shared-libraries.md |
Library structure (vars/, src/, resources/), @Library annotation, call() method pattern, loading strategies, step reuse, and testing |