Triggers and EventListeners

Event Triggers

Tekton Triggers

Triggers enables users to map fields from an event payload into resourcetemplates. Put another way, this allows events to both model and instantiatethemselves as Kubernetes resources. In the case of tektoncd/pipeline, thismakes it easy to encapsulate configuration into PipelineRuns andPipelineResources.

TriggerFlow

Learn More

See the following links for more on each of the resources involved:

Getting Started Tasks