triggers icon indicating copy to clipboard operation
triggers copied to clipboard

How to get the status of each task execution

Open ForcemCS opened this issue 7 months ago • 1 comments

I'm learning about tekton.I already know Trigger, TriggerBindingTriggerTemplate, EventListener. i now have this requirement:

  1. 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).
  2. how can i get the status information field about the tasks.
  3. is there any example like this for reference

ForcemCS avatar Jul 26 '24 10:07 ForcemCS