jenkinsci / jenkinsci/workflow-basic-steps-plugin
[JENKINS-64114] Allow to call writeFile with InputStream
- Dominant language
- Java
- Stars
- 73
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
Currently writeFile only allows writing strings to text files. For big files (e.g. coming from external systems via HTTP) working with streams is more efficient. So next to the text parameter there should also be a stream parameter.
---
Originally reported by kwin, imported from: Allow to call writeFile with InputStream
Raw content of original issue
Currently writeFile only allows writing strings to text files. For big files (e.g. coming from external systems via HTTP) working with streams is more efficient. So next to the text parameter there should also be a stream parameter.
Contributor guide
Assessment
This issue has not been assessed yet.