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 PipelineRun
s andPipelineResource
s.
Learn More
See the following links for more on each of the resources involved: