Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.9
-
None
Description
Current Situation
The JITL Job sos.scheduler.job.SOSSSHJob2JSAdapter create the environment variables like SCHEDULER_HOME
This results in errors when the ssh job executes commands that need an original local environment as the SCHEDULER_HOME will be overwritten
Desired Behaviour
The JITL Job sos.scheduler.job.SOSSSHJob2JSAdapter should add the prefex SCHEDULER_MASTER_ for all created environment variables E.g. SCHEDULER_HOME will be $SCHEDULER_MASTER_SCHEDULER_HOME