-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major
-
Component/s: extended-choice-parameter-plugin
-
None
-
Environment:Jenkins 2.249.1
Extended choice parameter plugin 0.82
After the update to Jenkins 2.249.1 parameters that include "object" within the properties have stopped working, example of this:
schema:Â {
            "type": "object",
            "title": "Build_Parameters",
            "properties": {
            "ThisIsNotSHOWN": {        "type": "object",
                "properties": {
                    "Opt1":Â
,
                    "Opt2":Â
                },
            "ThisIsShown":Â
another example can be found in the documentation: "Advanced example"
https://wiki.jenkins.io/display/JENKINS/Extended%20Choice%20Parameter%20plugin
Both are simple not shown in the 'build with parameters page'Â