Efficient Pipeline with Tekton

Diving into the cat’s project best practices 🐱

Let’s dig into how I to write efficient pipeline with Tekton, following best-practices

TODO Plan

Open question: should it a set of article ? (like a small book :D)

What is Tektoncd ?

tekton-horizontal-color.png

The Tekton Pipelines project provides Kubernetes-style resources for declaring CI/CD-style pipelines.

TODO Without PipelineResource

TODO Use of parameters

TODO Ways to pass information from A to B

TODO When to use podTemplate

TODO When to use stepTemplate