https://github.com/int128/gradle-ssh-plugin
Gradle SSH Plugin
https://github.com/int128/gradle-ssh-plugin
gradle groovy ssh
Last synced: about 22 hours ago
JSON representation
Gradle SSH Plugin
- Host: GitHub
- URL: https://github.com/int128/gradle-ssh-plugin
- Owner: int128
- License: apache-2.0
- Created: 2012-10-30T15:39:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T11:35:40.000Z (about 2 months ago)
- Last Synced: 2025-04-15T02:12:33.100Z (about 22 hours ago)
- Topics: gradle, groovy, ssh
- Language: Groovy
- Homepage: https://gradle-ssh-plugin.github.io
- Size: 1.63 MB
- Stars: 321
- Watchers: 21
- Forks: 59
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gradle - gradle-ssh-plugin - Provide SSH facilities for continuous delivery. (Plugins / Releasing)
README
# Gradle SSH Plugin [](https://github.com/int128/gradle-ssh-plugin/actions/workflows/build.yaml)
Gradle SSH Plugin provides SSH facilities such as command execution or file transfer on Gradle.
https://gradle-ssh-plugin.github.io
## Contributions
This is an open source software licensed under the Apache License Version 2.0.
Feel free to open issues or pull requests.### Development
Gradle SSH Plugin internally uses [Groovy SSH](https://github.com/int128/groovy-ssh) library.
It depends on [JSch](http://www.jcraft.com/jsch/).The document is maintained on the repository of Groovy SSH.
#### Acceptance Test
TODO: fix it
### Release
Create a new release in GitHub Releases.
GitHub Actions will publish an artifact to Gradle Plugin Portal.