Issue type: Bug report
My Rundeck detail
Expected Behavior
-LoginPass ${data.LoginPass}How to Reproduce
@snifbr can you provide your job definition
Sure @ahonor.
JobDefinition.yaml: https://gist.github.com/snifbr/69965ba6f7e57dc1e396829b826b2344
since the first step is a script executing on a Node, the value is captured in the node's context.
you can either use the node name ${data.LoginPass@mynode} or since you are not dispatching the job and it would only execute on one node, you can use the * expansion to collect all node values (in this case only one): ${data.LoginPass*}
does that work for you?
Thanks @gschueler, now this work perfectly!
Then sorry, is only my fault, not a bug.
If someone can asnwer, just more one question ->
@snifbr i will add an issue to improve documentation
Most helpful comment
@snifbr i will add an issue to improve documentation