How to execute a shell command to populate a Jenkins Dynamic Choice Parameter Plugin How to execute a shell command to populate a Jenkins Dynamic Choice Parameter Plugin jenkins jenkins

How to execute a shell command to populate a Jenkins Dynamic Choice Parameter Plugin


Usually the dynamic parameter plugin just loads the options from simple ini files. So, if you want to update the list of available options, you just have to update these files on the Jenkins instance.

BTW, If you are trying to implement a self-service portal, you may want to have a look at RunDeck, which I discovered recently and it seems considerably more user-friendly than Jenkins.