1

Though below code works fine individually:

extendedChoice description: '', multiSelectDelimiter: ',', name: 'Capablities', quoteValue: false, saveJSONParameterToFile: false, type: 'PT_CHECKBOX',value: 'Chrome_macos10_15, Chrome_win10', visibleItemCount: 30

I need Chrome_macos10_15, Chrome_win10 need to be passed from external file.

How can it be achieved?

Pierre.Vriens
  • 7,205
  • 14
  • 37
  • 84
Mithun Kumar
  • 11
  • 1
  • 2

1 Answers1

2

Use the Active Choice Parameter plugin which allows you to run a Groovy script to dynamically load values for your parameters.

jayhendren
  • 2,952
  • 7
  • 15