DEV Community

Discussion on: Jenkins Pipelines and their dirty secrets 2.

Collapse
 
pencillr profile image
Richard Lenkovits

There are workarounds, for example you could redefine parameters with multiple pipeline runs. But I wouldn't suggest that, it's not a clean way to begin with.
You should simply use a text parameter, where the user could insert the file paths separated by newline or space, and collect/validate the individual parameters in code during runtime.