gradle-ssh-plugin
gradle-ssh-plugin copied to clipboard
Ignores dead remote hosts
For example:
remotes {
web01 { /* ... */ }
web02 { /* ... */ }
web03 { /* ... */ }
}
session(remotes.role('webServers')) {
execute(/* ... */)
}
If web02 is unreachable, ignore web02 connection error.