|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
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:
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.