-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.426.3 Active Choice Plugin 2.6.5 on macOS Sonoma: 14.2.1
I have created a freestyle project.
Our requirement is: based on a parameter selection (single select), the other parameter values (checkbox values) should render.
I have used Active Choices Parameter for Single Select. Name is "Test" for example and
Active Choices Reactive Parameter for Check Boxes (and mentioned the above Param's name in Referenced Parameter) Name is "Temp". And for this Referenced parameters is set to "Test"
This was working absolutely fine from last one year. However after upgrading Jenkins along with the Plugins due to Security issues, this started to not work as expected.
For Active Choices Reactive Parameter: It is throwing an error saying: 'groovy.lang.MissingPropertyException: No such property: Test for class: groovy.lang.binding'
(Attested the screenshots for reference)
Could you please help me with this issue. As it is currently blocking the execution of Jobs for Bug testing.
Note: Observing the same issue with "Active Choices Reactive Reference Parameter"
[JENKINS-72717] groovy.lang.MissingPropertyException: No such property: Test for class: groovy.lang.binding
Description |
Original:
I have created a freestyle project.
Our requirement is: based on a parameter selection (single select), the other parameter values (checkbox values) should render. I have used Active Choices Parameter for Single Select and Active Choices Reactive Parameter for Check Boxes (and mentioned the above Param's name in Referenced Parameter) This was working absolutely fine from last one year. However after upgrading Jenkins along with Plugin due to Security issues. This is not working. For Active Choices Reactive Parameter: It is throwing error 'groovy.lang.MissingPropertyException: No such property: Temp for class: groovy.lang.binding' Where Test is the referenced Parameter. Could you please help me with this issue. As it is currently blocking the execution of Jobs for Bug testing. |
New:
I have created a freestyle project.
Our requirement is: based on a parameter selection (single select), the other parameter values (checkbox values) should render. I have used Active Choices Parameter for Single Select and Active Choices Reactive Parameter for Check Boxes (and mentioned the above Param's name in Referenced Parameter) This was working absolutely fine from last one year. However after upgrading Jenkins along with the Plugins due to Security issues, this started to not work as expected. For Active Choices Reactive Parameter: It is throwing error saying: 'groovy.lang.MissingPropertyException: No such property: Test for class: groovy.lang.binding' Where Test is the referenced Parameter. (Attested the screenshots for reference) Could you please help me with this issue. As it is currently blocking the execution of Jobs for Bug testing. |
Summary | Original: groovy.lang.MissingPropertyException: No such property: Temp for class: groovy.lang.binding | New: groovy.lang.MissingPropertyException: No such property: Test for class: groovy.lang.binding |
Description |
Original:
I have created a freestyle project.
Our requirement is: based on a parameter selection (single select), the other parameter values (checkbox values) should render. I have used Active Choices Parameter for Single Select and Active Choices Reactive Parameter for Check Boxes (and mentioned the above Param's name in Referenced Parameter) This was working absolutely fine from last one year. However after upgrading Jenkins along with the Plugins due to Security issues, this started to not work as expected. For Active Choices Reactive Parameter: It is throwing error saying: 'groovy.lang.MissingPropertyException: No such property: Test for class: groovy.lang.binding' Where Test is the referenced Parameter. (Attested the screenshots for reference) Could you please help me with this issue. As it is currently blocking the execution of Jobs for Bug testing. |
New:
I have created a freestyle project.
Our requirement is: based on a parameter selection (single select), the other parameter values (checkbox values) should render. I have used Active Choices Parameter for Single Select. Name is "Test" for example and Active Choices Reactive Parameter for Check Boxes (and mentioned the above Param's name in Referenced Parameter) Name is "Temp". And for this Referenced parameters is set to "Test" This was working absolutely fine from last one year. However after upgrading Jenkins along with the Plugins due to Security issues, this started to not work as expected. For Active Choices Reactive Parameter: It is throwing an error saying: 'groovy.lang.MissingPropertyException: No such property: Test for class: groovy.lang.binding' (Attested the screenshots for reference) Could you please help me with this issue. As it is currently blocking the execution of Jobs for Bug testing. |
Description |
Original:
I have created a freestyle project.
Our requirement is: based on a parameter selection (single select), the other parameter values (checkbox values) should render. I have used Active Choices Parameter for Single Select. Name is "Test" for example and Active Choices Reactive Parameter for Check Boxes (and mentioned the above Param's name in Referenced Parameter) Name is "Temp". And for this Referenced parameters is set to "Test" This was working absolutely fine from last one year. However after upgrading Jenkins along with the Plugins due to Security issues, this started to not work as expected. For Active Choices Reactive Parameter: It is throwing an error saying: 'groovy.lang.MissingPropertyException: No such property: Test for class: groovy.lang.binding' (Attested the screenshots for reference) Could you please help me with this issue. As it is currently blocking the execution of Jobs for Bug testing. |
New:
I have created a freestyle project.
Our requirement is: based on a parameter selection (single select), the other parameter values (checkbox values) should render. I have used Active Choices Parameter for Single Select. Name is "Test" for example and Active Choices Reactive Parameter for Check Boxes (and mentioned the above Param's name in Referenced Parameter) Name is "Temp". And for this Referenced parameters is set to "Test" This was working absolutely fine from last one year. However after upgrading Jenkins along with the Plugins due to Security issues, this started to not work as expected. For Active Choices Reactive Parameter: It is throwing an error saying: 'groovy.lang.MissingPropertyException: No such property: Test for class: groovy.lang.binding' (Attested the screenshots for reference) Could you please help me with this issue. As it is currently blocking the execution of Jobs for Bug testing. Note: Observing the same issue with "Active Choices Reactive Reference Parameter" |
Labels | New: active-choices freestyle-job jenkins parameterized-trigger plugin |