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
At present, only way to ensure that data is saved in Annotation is by adding results.tekton.dev/resultAnnotations or results.tekton.dev/recordSummaryAnnotations.
There should be a way to configure this in watcher so that watcher is able to pick annotations or labels from Parent Runs.
Use case
With this we can make calls to the Result Table which have less row than the Record Table.
We can avoid toast or some other issue.
The text was updated successfully, but these errors were encountered:
Feature request
At present, only way to ensure that data is saved in Annotation is by adding
results.tekton.dev/resultAnnotations
orresults.tekton.dev/recordSummaryAnnotations
.There should be a way to configure this in watcher so that watcher is able to pick annotations or labels from Parent Runs.
Use case
The text was updated successfully, but these errors were encountered: