Editing job properties

About this task

Procedure

To edit an existing job, you can use the HCL VersionVault Administration Console or the cleartool schedule command.
  • To use the HCL VersionVault Administration Console, navigate to the Scheduled Jobs node for the host on which you want to edit a job. Select a job in the Details pane and click Action > Properties. This command opens a window in which you can edit properties of the job. You cannot edit any read-only job properties.
  • To use the cleartool schedule command, type this command:

    cleartool schedule –edit –schedule

    This command opens in a text editor a file that contains definitions for all currently scheduled jobs. Edit the properties of the job using the job-definition syntax documented on the schedule reference page. You cannot edit any read-only job properties, such as LastCompletionInfo.
  • If you have a text file of job definitions that uses the scheduler’s job-definition syntax, you can replace the entire schedule with the job definitions in your file by running the following command, where pname represents your file of job definitions:

    cleartool schedule –set –schedule pname