How do I view a completed schedule job ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2018 01:07 AM
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2018 01:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2018 01:39 AM
sys trigger shows only "Running" and ready jobs, not the completed ones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2018 01:47 AM
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