开发者

How to query for status of "Scheduled Jobs" in ClearCase?

开发者 https://www.devze.com 2023-02-01 01:53 出处:网络
I have setup several custom scheduled jobs in my ClearCase Task Scheduler, these开发者_运维百科 jobs are supposed to do automated sync and we usually have no problem with them.

I have setup several custom scheduled jobs in my ClearCase Task Scheduler, these开发者_运维百科 jobs are supposed to do automated sync and we usually have no problem with them.

Occasionally the jobs might fail, and I am looking for a CLI way of querying the status of these scheduled jobs and generate a basic report.

Is there such a CLI utility?


The cleartool schedule presented in Viewing job properties seems complete enough:

To view messages and information such as time and status from the last execution of the job, use this command:

cleartool schedule –status job-id-or-name

These commands display properties of jobs by using the job-definition syntax documented on the schedule reference page.

0

精彩评论

暂无评论...
验证码 换一张
取 消