I want to get the value of radioBlock using
@QueryParameter
, but I can only get the value of the radioBlock which its tag:check==true (In another word, always get value of radioBlock which is checked in the last save)
I know we cannot get the value of radioBlock through @QueryParameter in the last LTS version, but after https://github.com/jenkinsci/jenkins/pull/2734 release, we can get this value. However, when I query in the "doVerifyConfiguration", it returns the right value. When I query in the "doFill...Items", it returns wrong value.