Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.9.10, 1.10.4
-
None
Description
Current Situation
The parameter that defines the job or job chain to be examined must be specified with the whole absolute path.
Desired Behaviour
When specifing the job or the job chain parameter without a beginning slash the name should be completet with the path of the job.
Inkonsistence
When the the parameter have been configured without a beginning slash the checkRunHistory job will now lock for the job relative from the jobs path and not from the live folder. Add a slash the paramters value or if the job is stored in the same path as the JTIL-Job remove the path in the parameter value
Example:
10.4
job=path1/path2/jobname
10.5.
job=/path1/path2/jobname
or
job=jobname
(When jobname and JITL-Job are in the same folder)