jenkinsci / jenkinsci/workflow-basic-steps-plugin

[JENKINS-64114] Allow to call writeFile with InputStream

Open
#515 0 comments 0 reactions 0 assignees View on GitHub
component:workflow-basic-steps-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • status: Open
  • priority: Minor
  • component(s): workflow-basic-steps-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20251215-220547

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.