-
Improvement
-
Resolution: Unresolved
-
Major
-
None
Currently InputStepExecution.convert calls ParameterValue.getValue() and returns the value raw, under the assumption it is Serializable and sandbox-friendly.
This is not true at least for the case of RunParameterValue. We would prefer to have the option to call buildEnvironment and return a flat Map<String,String>.
- is blocking
-
JENKINS-38394 Ability to set output of a step to environment variable(s)
- Closed
- is related to
-
JENKINS-27295 Boolean parameters injected as String
- Resolved
- relates to
-
JENKINS-43814 Password parameters should be hidden in pipeline logs by default
- Open
-
JENKINS-43857 PasswordParameterDefinition should be filtered from InputSubmittedAction
- In Review
- links to