Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13
-
None
-
None
Description
Current Situation
Parameters like ${test} in jobs that are started with Job Streams are not substituted. The configuration monitor must be assigned to achieve this.
Desired Behavior
Parameters like ${test} in jobs that are started with Job Streams should be substituted by other parameters in the job without assigning the configuration monitor.
Example
Param name: a Param value: value of a
Param name: b Param value: a has the value ${a}
==> $SCHEDULER_PARAM_B will have the value a has the value value of a