-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: pipeline-input-step-plugin
-
None
it would be good to have three buttons (configurable), true, false and abort instead of
def res = input message: 'Do you want to continue?', parameters: [[$class: 'BooleanParameterDefinition', defaultValue: false, description: 'Continue', name: 'res']]
Thanks.