Re: Cannot run Job Generator from Freestyle Project when passing multiple parameters

2015-12-17 Thread Ranando King
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

Re: Cannot run Job Generator from Freestyle Project when passing multiple parameters

2015-12-17 Thread Victor Martinez
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

Cannot run Job Generator from Freestyle Project when passing multiple parameters

2015-12-17 Thread Ranando King
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