Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- The default value of the command_delimiter parameter is documented as being %%
- Now, if the parameter command_delimiter is not set then it is changed programatically to ;
- This affects the command in the command parameter
- For example the command export test="hallo"; echo $test is executed in two shells because ; is used as command delimiter so that the export of the test variable in the first shell is not effective with the echo in the second shell.
- if you set the command_delimiter: %% the you get the error from
JITL-309
Desired Behavior
- The parameter command_delimiter has %% as default and is not changed programatically.
Attachments
Issue Links
- is affected by
-
JITL-309 Resumption: SSH job should not raise an error when exporting environment variables in the remote script
- Released