Sha256: 8f5de9bffee4ede54a9fa5eba8105dfa33e3a98c122f5582779455dfaaea861f
Contents?: true
Size: 531 Bytes
Versions: 18
Compression:
Stored size: 531 Bytes
Contents
<?xml version='1.0' encoding='UTF-8'?> <org.jvnet.hudson.plugins.SSHBuildWrapper_-DescriptorImpl plugin="ssh@2.4"> <sites> <org.jvnet.hudson.plugins.SSHSite> <hostname><%= @node_ip %></hostname> <port>22</port> <username><%= @ssh_user %></username> <password></password> <keyfile><%= @ssh_key_path %></keyfile> <serverAliveInterval>0</serverAliveInterval> <pty>false</pty> </org.jvnet.hudson.plugins.SSHSite> </sites> </org.jvnet.hudson.plugins.SSHBuildWrapper_-DescriptorImpl>
Version data entries
18 entries across 18 versions & 1 rubygems