Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin
  Commit: 8f410be6a8a203e92c4120a12750514878585869
      
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/8f410be6a8a203e92c4120a12750514878585869
  Author: Darrell Hamilton <[email protected]>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M 
src/main/java/hudson/plugins/parameterizedtrigger/ProjectSpecificParameterValuesActionTransform.java

  Log Message:
  -----------
  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.


  Commit: e18d764ecccfbbb58de49f7e5107c12550ccee1c
      
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/e18d764ecccfbbb58de49f7e5107c12550ccee1c
  Author: ikedam <[email protected]>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M 
src/main/java/hudson/plugins/parameterizedtrigger/ProjectSpecificParameterValuesActionTransform.java

  Log Message:
  -----------
  Merge pull request #63 from zeroem/JENKINS-22125

Resolves JENKINS-22125


Compare: 
https://github.com/jenkinsci/parameterized-trigger-plugin/compare/ff516946ffb2...e18d764ecccf

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" 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.

Reply via email to