JobRun - findRunKeyById
JobRun - findRunKeyById
Description :
This command returns the handle of a particular job run. You must provide the ID for a job run.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
jobRunId | Integer | Run number of the job run. |
Example
The following example shows how to select a job run by the job run number.
Script
RUNID=23497
RUN_KEY=`blcli JobRun findRunKeyById $RUNID`
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*