How do I view a completed schedule job ?

PN5
Mega Contributor

I am trying to back trace a change done to a CI by "system" user. This typically corresponds to a scheduled job. Where do I look for past executions for any job for a given date ?

3 REPLIES 3

Kamal17
Kilo Sage

Take a look at sys_trigger table. It might help you.

 

Mark Correct if this solves your issue. Hit Like/Helpful based on the impact of this solution.

Regards,

Udhay

PN5
Mega Contributor

sys trigger shows only "Running" and ready jobs, not the completed ones

Have you added any logs to your scheduled job?

If yes then look for the logs. Ideally in scheduled jobs it's better to include start log and end log to address these cases.

If no then probably try checking your CI record's history (if audit enabled).

 

Other than these i'm not sure about other ways.

 

-Regards,

Udhay