How to know which task failed and get stacktrace in finally block? #5956
Unanswered
XiaosongWen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am building a pipeline to do some ops on github, currently my finally block is like this:
I suppose this will be triggered when any of the task failed, but is there a way to know which specific task fail and get it's log (or maybe tracestack)?
Beta Was this translation helpful? Give feedback.
All reactions