gradle-ssh-plugin icon indicating copy to clipboard operation
gradle-ssh-plugin copied to clipboard

Ignores dead remote hosts

Open int128 opened this issue 12 years ago • 0 comments

For example:

remotes {
  web01 { /* ... */ }
  web02 { /* ... */ } 
  web03  { /* ... */ }
}

session(remotes.role('webServers')) {
  execute(/* ... */)
}

If web02 is unreachable, ignore web02 connection error.

int128 avatar Dec 13 '12 06:12 int128