Jenkins paramaterized builds list file entries in a drop down menu

14,228

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

Share:
14,228

Related videos on Youtube

Srinivas
Author by

Srinivas

Updated on September 15, 2022

Comments

  • Srinivas
    Srinivas about 1 year

    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?

  • Srinivas
    Srinivas over 9 years
    thanks for reply Slav. I am looking for on eproperty file contents display in a drop down. This file will have version control tool branches list.
  • Slav
    Slav over 9 years
    @Srinivas In that case, you want Extended choice Parameter plugin. I've edited the answer.
  • jb007
    jb007 over 6 years
    Thanks for referencing Extensible Choice Parameter plugin