Jenkins parameterizes the assembly by dynamically adding new forms

I have a Jenkins work with parameterized assembly. I was wondering if there is a way to make these parameters dynamic so that the user can add / remove parameters when she clicks "Build with parameters"? Something like jQuery dynamic input (I found here an example http://www.aorank.com/tutorial/createformdynamically/dynamicallyformcreation.html )

Screenshot

I really like only text input forms. I searched for various plugins such as "Active Choice Parameters", "Dynamic Parameter" and others. They all work with predefined values ​​using Groovy scripts, but my goal is for the user to add as many text fields as he wants, to put the data somewhere, ideally assign an environment variable so that I can use it in my preliminary assembly, post builds.

+5
source share

Source: https://habr.com/ru/post/1233876/


All Articles