# Ibm Pipeline

> Generate IBM Cloud Continuous Delivery toolchain with Tekton pipelines

- Skill: `erp-core-dev/ibm-pipeline` (Agent Skill)
- Install (CLI): `npx skillmds@latest add erp-core-dev/ibm-pipeline`
- Raw SKILL.md: https://api.skillmd.com/api/skills/erp-core-dev/ibm-pipeline/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: ERP-CORE-DEV (https://skillmd.com/u/erp-core-dev)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/erp-core-dev/ibm-pipeline

---


# IBM Cloud CI/CD Pipeline

Generate IBM Cloud Continuous Delivery toolchain configuration.

## Toolchain Components

### 1. Source
- Git Repos and Issue Tracking or GitHub integration
- Tekton trigger on push to main/develop branches
- Pipeline properties for environment configuration

### 2. Build (Tekton Tasks)
- Install dependencies, lint, compile
- Run unit tests with coverage
- Build container image, push to IBM Container Registry (ICR)
- Vulnerability Advisor scan on pushed image

### 3. Test
- Integration tests in staging namespace
- DevSecOps compliance evidence collection
- CRA (Code Risk Analyzer) for code and dependency scanning

### 4. Deploy
- IKS/OpenShift: kubectl apply or Helm upgrade
- Code Engine: ibmcloud ce application update
- Schematics workspace apply for infrastructure changes
- Manual approval gate for production

## DevSecOps Compliance
- Evidence collection at each pipeline stage
- Change management integration
- Artifact signing and provenance tracking
- Compliance dashboard with audit trail

## Arguments
- `<service-name>`: Service name in kebab-case
- `--deploy-target=<iks|codeengine>`: Deployment target

