|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I tested with 2.24 and backwards compatability turned on. I found one problem in some of my trigger jobs. They trigger jobs and specify "Predefined parameters", which is basically just of bunch of strings to pass a parameters. In the config file they look like:
<hudson.plugins.parameterizedtrigger.PredefinedBuildParameters> <properties>materialize_type=fresh workspace_build_type=incremental product_linux32=true product_linux64=true product_windows32=true product_windows64=true product_mac32=false product_mac64=false archive_workspace_and_product_for_testing=false run_squish_tests=false</properties> </hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>You can't see it there, but there is a tab character after product_linux64=true. As you might guess, on the job that gets triggered, this parameter is defined as a boolean.