int128 / int128/gradle-ssh-plugin
logging output is not suppressed when using LoggingMethod.none
Open
Nobody has claimed this yet.
- Dominant language
- Groovy
- Stars
- 325
- Forks
- 59
- Avg merge
- 5h 29m
- Merged PRs (30d)
- 6
Description
gradle-ssh-plugin-2.10.1 (groovy-ssh-2.10.1, jsch-0.1.54, groovy-3.0.9, java-1.8.0_301)
- Execute any command
- Set the logging to LoggingMethod.none
- The command output is not suppressed
execute "rmdir /Q /S C:\\xxx\\${rootProject.name}\\_stage", ignoreError: true, logging: LoggingMethod.none
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the provided execute command and LoggingMethod.none setting. Trace the logging path used for remote command output, then verify that the command remains executable while its output is suppressed when the change is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100