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

Gradle SSH Plugin

Results 76 gradle-ssh-plugin issues
Sort by recently updated
recently updated
newest added

I am planning to remove Gradle 1.x support on the next release. It allows using some APIs available on Gradle 2.4 such as collection methods and fixes tricky workarounds. Please...

kaizen

Putty works through TOR normally, but java do not Error is "ProxySOCKS5: com.jcraft.jsch.JSchException: fail in SOCKS5 proxy" but TOR is open and putty works with it. ``` proxies { socks...

Executing Groovy script on the remote host. ``` groovy task executeScript(type: SshTask) { session(remotes.server) { executeScript groovy: """ // here will be executed on the remote host println System.properties['user.name'] """...

feature

Providing a feature for checking remote host state such as file existence or value of settings. This helps precondition test before deploying and smoke test after deploying. ``` groovy task...

feature

Adding contrib folder for e.g. deployment scenario

kaizen

For example: ``` groovy remotes { web01 { /* ... */ } web02 { /* ... */ } web03 { /* ... */ } } session(remotes.role('webServers')) { execute(/* ... */)...

feature

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.spockframework:spock-core](https://spockframework.org) ([source](https://github.spockframework.org/spock)) | `2.3-groovy-3.0` -> `2.3-groovy-4.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.spockframework:spock-core/2.3-groovy-4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

renovate
renovate/org.spockframework:spock-core

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/wrapper-validation-action](https://togithub.com/gradle/wrapper-validation-action) | action | major | `v1` -> `v2` | ---...

renovate
renovate/gradle/wrapper-validation-action

I'm not able to update the SSH plugin to 2.11.* because it's not available in the Gradle Plugin Portal. Look here: https://mvnrepository.com/artifact/org.hidetake.ssh/org.hidetake.ssh.gradle.plugin Version 2.11.* is only available at https://maven.eea.sk/artifactory/public/ which...