Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.06 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.06 KB

tekton-listener

The project is an addon for tektoncd-pipeline

The tektoncd-pipeline is a k8s native CI/CD tool, it can create pipeline for tasks processing, but there is no trigger to kick off a pipeline unless use kubectl create -f to create a CRD named pipelinerun.

It's not good, so this project is try to build a triger.

The basic idea is:

For now (2019.6.21) the project is still not complete...