|
||||||||
|
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.

Code changed in jenkins
User: Darrell Hamilton
Path:
src/main/java/hudson/plugins/parameterizedtrigger/ProjectSpecificParameterValuesActionTransform.java
http://jenkins-ci.org/commit/parameterized-trigger-plugin/8f410be6a8a203e92c4120a12750514878585869
Log:
Resolves JENKINS-22125
Previously, when the Parameterized Trigger Plugin only passed
StringParameterValues, invalid values could be passed to downstream
jobs, eg passing an invalid value for a Choice Parameter. Now that the
values get converted to their appropriate type, use cases depending on
allowing invalid values to be passed break with an
IllegalArgumentException.
This patch broadens compatibility with existing use cases that are
dependent on passing an invalid value without sacrificing the intended
functionality of the feature.