Details
-
Fix
-
Status: Released (View Workflow)
-
Blocker
-
Resolution: Fixed
-
1.12.6
-
None
Description
Current Situation
It is possible to define paramters like
- node/param
- job::currentJob/param
- job::currentJob.nodeName/param
If the current node is nodeName and/or currentJob is job then the parameter param is available.
This does not work any more when using JITL jobs.
Desired Behavior
The paramters like
- node/param
- job::currentJob/param
- job::currentJob.nodeName/param
should be available when the current node is nodeName and currentJob is job
Note
This bug have been introduced with YADE-522
With shell jobs the parameters like node/test are available with %scheduler_param_test%
To reproduce the error use attached job chain.
This issue has been introduced with YADE-522
A patch is available here
- Download the patch
- Unzip the file
- copy the jar file to $scheduler_home/lib/patches