I'm a bit green when it comes to Jenkins. From what I can see, I don't have
any scripts in my job that are causing this problem. It only occurs when I
try to send multiple parameters to a Job Generator. What I need to be able
to do is pass the environment from the current job (a freestyle job) t
Hi there (beforehand),
AFAIS there is cast issue when converting a StringParameterValue to
GeneratorKeyValueParameterValue, basically it means that script is somehow
expecting another kind of input parameter. Can you review your script? It's
worth if you gist your script to help you out
Chee
I've tried creating a Freestyle Project with multiple parameters. That
works fine.
I've tried creating a Job Generator with multiple generator parameters.
That works fine.
I've tried calling the Job Generator from the Freestyle Project passing a
single pre-defined parameter (key=value). That wor