-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: plugin-proposals, rundeck-plugin
-
None
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"