-
Bug
-
Resolution: Won't Fix
-
Major
-
None
- Input step form submissions are broken for File params because InputStepExecution doesn't support multipart/form-data.
- The input step is not handling the file param (FileParameterValue) properly. See InputStepExecution.convert; it's copying the file to the build directory, while I think it should be copying it to the active workspace associated with the input build step, allowing the file to be read from the workspace (by the workflow script - might be possible to get from the build, but I think it would be more intuitive to get it from the workspace) + allowing it to be archived via the archive step (I don't think this can be worked around because the archive step only archives from the workspace afaik).
- is related to
-
JENKINS-27413 Handle file parameters
-
- Resolved
-
[JENKINS-29289] InputStep doesn't support File Parameters
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 164159 ] | New: JNJira + In-Review [ 181532 ] |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
Component/s | New: pipeline-input-step-plugin [ 21708 ] | |
Component/s | Original: pipeline [ 21692 ] |
Assignee | Original: Tom FENNELLY [ tfennelly ] | New: Jesse Glick [ jglick ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |