Details
-
Fix
-
Status: Released (View Workflow)
-
Blocker
-
Resolution: Fixed
-
2.5.3
-
None
Description
Current Situation
- The SSH Job Template changed use of default delimiters for remote commands in an incompatible way.
- As a result SSH jobs are broken.
Desired Behavior
- Restore default command delimiters
Workaround
- Users can add the following job argument:
- Unix:
command_delimiter = ;
- Windows:
command_delimiter = &
- Unix: