-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 1.656. Active Choices 1.4
On my Jenkins master, I see a lot of the following noise in jenkins.log:
Apr 12, 2016 3:21:06 PM org.biouno.unochoice.AbstractScriptableParameter getChoices WARNING: Script parameter with name 'PARAM_NAME_HERE' is not an instance of java.util.Map. The parameter value is Apr 12, 2016 3:21:06 PM org.biouno.unochoice.AbstractScriptableParameter getChoices WARNING: Script parameter with name 'PARAM_NAME_HERE' is not an instance of java.util.Map. The parameter value is
The mentioned parameter (name altered here for privacy) is an Active Choices Reactive Reference Parameter, of type "formatted html", and the HTML contains the following field (with value also altered for privacy):
<input type="hidden" name="value" value="http://example.com/some_url" class="setting-input"/>
We also have this issue, it's super annoying.