-
Bug
-
Resolution: Unresolved
-
Major
-
None
Hi ,
Extended Choice parameter is missing in Job DSL or no option to declare the same.
For now have to use the configure block to define it
Using Job DSL 1.77 and Jenkin Version Jenkins 2.277.2
configure { xml ->
xml / 'properties' / 'hudson.model.ParametersDefinitionProperty' / parameterDefinitions << 'com.cwctravel.hudson.plugins.extended_choice_parameter.ExtendedChoiceParameterDefinition'(plugin: 'extended-choice-parameter@0.82')
}