When I trying to run build job from CLI with parameters to plugins I get the following error: c:\Jenkins>java -jar jenkins-cli.jar -s %JENKINS_URL% build "CCBL_Test" -p "PROJECTS=Test1,Test2" CLI parameter submission is not supported for the class com.cwctravel.hudson.plugins.extended_choice_parameter.ExtendedChoiceParameterDefinition type. Please file a bug report for this.
In case I use other parameter for ClearCase UCM baseline plugin, I get similar error: c:\Jenkins>java -jar jenkins-cli.jar -s %JENKINS_URL% build "CCBL_Test" -p "ClearCase UCM baseline=TestBL_21052012" CLI parameter submission is not supported for the class com.michelin.cio.hudson.plugins.clearcaseucmbaseline.ClearCaseUcmBaselineParameterDefinition type. Please file a bug report for this Is it possible plugins don't support CLI parameters?? What I'm doing wrong? Please advice, Thanks
