# pipelines-as-code **Repository Path**: kube-do/pipelines-as-code ## Basic Information - **Project Name**: pipelines-as-code - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-09-19 - **Last Updated**: 2026-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tekton Pipelines-as-Code
Pipelines-as-Code is an opinionated CI/CD framework for Tekton that lets you
define and run pipelines directly from your Git repository. Store your
`.tekton/` PipelineRuns alongside your source code, trigger them on Git events,
and get results reported back as pull request checks.
## Features
- **Git-native**: pipelines live in `.tekton/` and are versioned with your code
- **Multi-provider**: GitHub Apps & Webhooks, GitLab, Bitbucket Cloud &
Data Center, Forgejo
- **ChatOps**: `/test`, `/retest`, `/cancel` and `[skip ci]` from PR comments
- **Inline resolver**: bundles remote tasks from Artifact Hub before cluster submission
- **Automated housekeeping**: prune old PipelineRuns and cancel superseded runs
on new pushes
## Read the docs
Full documentation is at **