You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
is there any example like this for reference
The text was updated successfully, but these errors were encountered:
I'm learning about tekton.I already know Trigger, TriggerBindingTriggerTemplate, EventListener. i now have this requirement:
The text was updated successfully, but these errors were encountered: