tekton-headstart
Based on "Tekton Pipelines Tutorial" at https://github.com/tektoncd/pipeline/blob/main/docs/tutorial.md
This tutorial uses a simple Hello World
example to show you how to:
- Create a
Task
- Create a
Pipeline
containing yourTasks
- Use a
TaskRun
to instantiate and execute aTask
outside of aPipeline
- Use a
PipelineRun
to instantiate and run aPipeline
containing yourTasks
This tutorial consists of the following sections:
Note: Items requiring configuration are marked with the #configure
annotation.
This includes Docker registries, log output locations, and other configuration items
specific to a given cloud computing service.
See README.md
More ...