rundeck-plugins / nexus-step-plugins

7 stars 7 forks source link

Variable in SSH password storage path cannot be correctly interpreted. #6

Open mfyangb opened 8 years ago

mfyangb commented 8 years ago

If I configure ssh password storage path as:

 project.ssh-password-storage-path=keys/${node.name}/${node.username}

this plug-in cannot correctly replace ${node.name} & ${node.username}. BTW, "copy" plug-in works fine with above configuration.

Below is exception:

Failed to read SSH Password stored at path: keys/${node.name}/${node.username}: org.rundeck.storage.api.StorageException: Path does not exist: keys/${node.name}/${node.username}