Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: plugin-proposals, rundeck-plugin
-
Labels:None
-
Similar Issues:
Description
When rundeck job option values have hyphens in them, they don't get correctly parsed.
For example: If the argString is "-optionWithHyphen value-value", $RDECK_EXEC_ARG_optionWithHyphen will be set to "value" instead of "value-value"