I'm learning about tekton.I already know Trigger, TriggerBindingTriggerTemplate, EventListener. i now have this requirement:
suppose my TriggerTemplate's pipeline is associated with two tasks that send a message to the mailbox when the task execution succeeds, and send a notification to the enterprise microsoft webhook when it fails (which is often used).
how can i get the status information field about the tasks.
I'm learning about tekton.I already know Trigger, TriggerBindingTriggerTemplate, EventListener. i now have this requirement: