How to get all failed jobs using C# SDK #871
Replies: 3 comments
-
first figure out how to do it with thus, you should list jobs then .where them |
Beta Was this translation helpful? Give feedback.
-
There is a small example here: Which shows how to list Pods. You will need to modify it so that it lists Jobs instead, and then instead of just printing every Job, you'll need to filter that list on the job status. I'm going to close this issue, since this is more of a request for help programming something rather than an actual problem with the client library. If you run into a problem with the client library please file a new issue. |
Beta Was this translation helpful? Give feedback.
-
@brendandburns ,
Can you please let e know if this correct or could there be some wrong results |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I need a way to get all failed jobs in a namespace using C$ sdk. It should not get the running the jobs. It should get only failed jobs. Please help.
Regards
Venkatesh
Beta Was this translation helpful? Give feedback.
All reactions