Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/int128/gradle-ssh-plugin
Gradle SSH Plugin
https://github.com/int128/gradle-ssh-plugin
gradle groovy ssh
Last synced: 4 days 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T19:26:46.000Z (4 days ago)
- Last Synced: 2024-12-20T20:26:37.209Z (4 days ago)
- Topics: gradle, groovy, ssh
- Language: Groovy
- Homepage: https://gradle-ssh-plugin.github.io
- Size: 1.58 MB
- Stars: 320
- Watchers: 22
- Forks: 59
- Open Issues: 49
-
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 [![build](https://github.com/int128/gradle-ssh-plugin/actions/workflows/build.yaml/badge.svg)](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.