Automate your software building and testing with Jenkins pipelines. These pipelines help you run tasks like checking code, installing dependencies, running tests, and deploying your app. They work with both simple and complex projects.
You can use declarative or scripted styles. Declarative pipelines are easier to read and write. Scripted pipelines give you more control using Groovy code. Both methods let you set up stages, agents, parameters, and plugins.
Jenkins pipelines are great for teams that need continuous integration and delivery. They help you catch bugs early and release updates faster. You can also set up multi-branch pipelines to handle different code branches automatically.
Global
mkdir -p ~/.claude/skills/jenkins-pipelineProject
mkdir -p .claude/skills/jenkins-pipelineSource Repository
Google Agents Cli Deploygoogle/agents-cli
Deploy Google ADK agents to Agent Runtime, Cloud Run, or GKE with CI/CD
Turborepovercel/turborepo
Speed up your monorepo builds with Turborepo's caching and parallel task runs
Expo Cicd Workflowsexpo/skills
Write and validate EAS workflow YAML files for Expo CI/CD automation
Golang Continuous Integrationsamber/cc-skills-golang
Automate testing linting security and releases for Go projects with GitHub Actions
Docker Expertsickn33/antigravity-awesome-skills
Optimize, secure, and deploy Docker containers like a pro with proven techniques
Multi Stage Dockerfilegithub/awesome-copilot
Create efficient, secure Docker images using multi-stage builds and best practices
Diagnose Ci Failureswarpdotdev/common-skills
Diagnose CI failures fast and get a clear fix plan without touching code
Github Actions Templateswshobson/agents
Create production-ready GitHub Actions workflows for automated testing and deployment