-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.481
Active Choices Plug-in 2.8.5
FreeStyle Project
- There is 3 Active Choises Reactive Parameter called A, B, C
- B has reference to A. Groovy script of B is executed if A changes.
- C has reference to B.
- If A is manually changed then B changes too. Then value of B in groovy script of C ist previous value not newest
In other word if B changes per script, in script of C $B is wrong(It has Previous value of $B)
[JENKINS-74840] active-choices-plugin
Description |
Original:
- There is 3 Active Choises Reactive Parameter called A, B, C
- B has reference to A. Groovy script of B is executed if A changes. - C has reference to B. - If A is manually changed then B changes too. Then value of B in groovy script of C ist previous value not newest |
New:
- There is 3 Active Choises Reactive Parameter called A, B, C
- B has reference to A. Groovy script of B is executed if A changes. - C has reference to B. - If A is manually changed then B changes too. Then value of B in groovy script of C ist previous value not newest In other word if B changes per script, in script of C $B is wrong(It has Previous value of $B) |