I have to pass the build number from other job to a pipeline job. Below is my pipeline syntax page:
I have generated the below script:
properties([parameters([<object of type com.cwctravel.hudson.plugins.extended_choice_parameter.ExtendedChoiceParameterDefinition>])])
Below image is the script generated:
But i am not able to use this properly. Please help, how to use the generated script for extended choice paramater.
I use a similar plugin for the same goal - Extensible Choice Parameter plugin.
The following syntax works for me using this plugin: