Hi,
I am using rundeck 2.0.1.
I defined an option name "test_type" as remote URL "file:/tmp/levent/options/test_types.json".
The content of the file is:
[rundeck@rundeck options]$ cat test_types.json
{"test_type": "levent", "test_version": "1.3", "test_directory": "/tmp"}
According to
http://rundeck.org/docs/manual/jobs.html#json-format, I get "If a simple object or name/value pairs are returned, then the
name will be displayed in the list, but the
value will be used as the input." This is working as seen in the attachment. I get an empty list and I can choose of the keys from the drop-down box.
When I try to set the value of test_type to test_version, I can not get this working.
I tried:
file:/tmp/levent/options/test_types.json/test_version
file:/tmp/levent/options/test_types.json?test_version
etc.
How can I do this?
the idea behind:
All of the jobs will use this json file as a wallet in order to pass information to each other. Instead of using small atomic json files, I want to use one json file.
Thank you in advance.