-
Bug
-
Resolution: Fixed
-
Critical
-
-
2.391
The implementation of our boolean radio button (see https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/form/booleanRadio.jelly) does use a generated ID. When you have a repeatable describable (e.g. quality gates in the warnings plugin, or code coverage plugin) then this ID will be duplicated for all instances, i.e. the button will be toggled automatically for all instances rather than for the selected one only. We need to provide a way to make this ID unique.
- is related to
-
JENKINS-70739 Gradle step radioBlock uses non-unique ID
-
- Closed
-
-
JENKINS-70988 Credentials Binding step repeatable property uses non-unique ID
-
- Closed
-
-
JENKINS-70989 Text File Operations radio uses non-unique ID
-
- Closed
-
- links to
This issue is present in Jenkins
Jenkins 2.392
This is a blocker for me as there are many jobs that have radio button in them and selecting one radio button is unselecting the other radio button of a different section
I have attached the video for the same, this issue was not there before,
Kindly please resolve this asap