-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
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'