Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataStep plugin missing examples #1056

Open
gian4820 opened this issue Aug 17, 2022 · 0 comments
Open

DataStep plugin missing examples #1056

gian4820 opened this issue Aug 17, 2022 · 0 comments

Comments

@gian4820
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant