docs icon indicating copy to clipboard operation
docs copied to clipboard

DataStep plugin missing examples

Open gian4820 opened this issue 3 years ago • 0 comments

Describe the bug There is no example of how to use those variables declared in the DataStep. For example in a .json format:

{ "test1": "test1 value", "test2": "test2 value", "fields": { "nested": "This is nested", "anArray": [ "firstitem", "seconditem" ] } }

You can access test1, and test2 like this: command: ${stub.test1} and ${stub.test2}

Source page https://docs.rundeck.com/docs/manual/workflow-steps/builtin.html#data-step

gian4820 avatar Aug 17 '22 04:08 gian4820