I'm very new to Jenkins and just hacking my way through it, please forgive me if this is a simple question. I'm using Extended Choice Parameter Plug-In to create a multi select box for a build, pretty much just a list of locations to copy files to. I have the list hardcoded in the build. This has been working great...
however I would like to have this list generated from a database table I have in MSSQL. I've poked around and I've found references to 'groovy scripts' and a variety of other plug-ins, and many of these posts are very dated. So I don't want to hunt down the wrong path and build something out of date.
What is the suggested plugin to use to created a multi select in a Jenkins build that can be populated from a MSSQL database? Do I need a 'groovy' plug-in as well?
If it's helpful, I'm skilled with python and perl, if 'groovy' isn't optimal. Thank you for your patience and time!