-
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
[JENKINS-34101] Option for input parameters to be flattened to string
Remote Link | New: This issue links to "Question (Web Link)" [ 14171 ] |
Link |
New:
This issue is related to |
Epic Link | New: JENKINS-35394 [ 171187 ] |
Workflow | Original: JNJira [ 170131 ] | New: JNJira + In-Review [ 183776 ] |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
Component/s | New: pipeline-input-step-plugin [ 21708 ] | |
Component/s | Original: pipeline [ 21692 ] |
Link |
New:
This issue is blocking |
In a sense the opposite of
JENKINS-27295, though that pertains to build parameters whereas this is about parameters passed to the input step.