Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins paramaterized builds list file entries in a drop down menu

I would like to list all files entries in a drop-down list through a parameterized build option in Jenkins. How can I achieve this?

like image 825
Srinivas Avatar asked Oct 12 '25 05:10

Srinivas


1 Answers

You are a little vague on what "file entries" you want to list. If you just want to display a list of files from a directory, have a look at Extensible Choice Parameter plugin. It has a mode for "File Choice Parameter" that allows you to do just that.

If you want list values from a file, then you would want Extended Choice Parameter plugin

like image 181
Slav Avatar answered Oct 16 '25 05:10

Slav