Implement Triggers
Learn how to extend your Tekton pipelines with event-driven triggers that respond to GitHub events. This lesson guides you through creating TriggerTemplates, TriggerBindings, and EventListeners to automate CI/CD pipeline execution securely and efficiently in a Kubernetes environment.
We'll cover the following...
We'll cover the following...
Let’s extend the Pipeline created in the last chapter with Tekton Triggers. We want an EventListener that ...