Skip to content

Expose filename from input step #133

@jglick

Description

@jglick

#105 (comment)

If I recall correctly how #30 works,

or would record filename information but the input step will only call
@Override public Object getValue() {
return base64;
}
which ignores it; only applies to build parameters. Perhaps Base64FileParameterDefinition could have an option for getValue to expose a wrapper object or Map which encodes the Base64-encoded value, the raw value, and (when available) the filename.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions