-
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