Hi all,
I noticed that when I try to use the Groovy Generator for properties and Active Choices plugin, I don't see the option to check off the Script box and therefore don't know where to add my Groovy code to populate the multicheckbox.
Also, I noticed that it adds SlackNotifier object type for some reason. This is the venerated code.
properties [pipelineTriggers([]), <object of type jenkins.plugins.slack.SlackNotifier.SlackJobProperty>, parameters([[$class: 'ChoiceParameter', choiceType: 'PT_CHECKBOX', description: 'This is the description', filterable: true, name: 'MYPARAM']])]
What's missing is the 'script' property so that I can add the Groovy code to generate the options for the multi-select checkboxes.
Thanks!
Ken