-
Improvement
-
Resolution: Fixed
-
Major
-
None
It would be nice if the file parameter factory feature from the parameterized/triggered build plugin could be used with the job generator. Currently, the files are iterated over and the parameters are read in as hudson.model.StringParameterValue which cannot be cast to an org.jenkinsci.plugins.jobgenerator.parameters.GeneratorKeyValueParameterValue. A ClassCastException is thrown. This feature would be very useful to allow for a job which runs a batch of job generator jobs.