You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
#105 (comment)
If I recall correctly how #30 works,
file-parameters-plugin/src/main/java/io/jenkins/plugins/file_parameters/Base64FileParameterValue.java
Line 50 in 720ae16
file-parameters-plugin/src/main/java/io/jenkins/plugins/file_parameters/AbstractFileParameterDefinition.java
Line 77 in 720ae16
input
step will only callfile-parameters-plugin/src/main/java/io/jenkins/plugins/file_parameters/Base64FileParameterValue.java
Lines 70 to 72 in 720ae16
file-parameters-plugin/src/main/java/io/jenkins/plugins/file_parameters/AbstractFileParameterValue.java
Line 97 in 720ae16
Base64FileParameterDefinition
could have an option forgetValue
to expose a wrapper object orMap
which encodes the Base64-encoded value, the raw value, and (when available) the filename.The text was updated successfully, but these errors were encountered: