Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to indicate a file name when using a base64File parameter in a build step #125

Open
RobinFauvel opened this issue Aug 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@RobinFauvel
Copy link

What feature do you want to see added?

When using a base64File parameter in the build step, two arguments are available: name and base64.
It would be very useful to be able to indicate a file name so that this name can be retrieved by the downstream Job.
The argument name currently available refers to the name of the Job parameter expected by the downstream Job and not to the name of the file.
Thanks

Upstream changes

No response

@RobinFauvel RobinFauvel added the enhancement New feature or request label Aug 26, 2022
@jglick
Copy link
Member

jglick commented Oct 4, 2022

In general, filenames may or may not be available for file parameters, depending on how the parameter was supplied. Only an actual browser file dialog upload will supply a filename.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants