Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-69016

Regression: clicking Checkbox no longer sends events to dependent parameters

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • active-choices-plugin
    • None
    • Old Jenkins: 2.289.3
      New Jenkins: 2.346.1

      Between 2.289.3 and 2.346.1 a regression seems to happen where the click events on one parameter no longer send events to the depending parameter.

      The same code runs on both Jenkins instances. The code:

      properties { 
          parameters {
              [$class: 'ChoiceParameter',
                  name: 'TESTS_TO_RUN',
                  choiceType: 'PT_SINGLE_SELECT',
                  description: 'Choose which tests you want to run in the Test stage',
                  filterable: false,
                  script:
                      [$class: 'GroovyScript',
                          fallbackScript:
                              [classpath: [], sandbox: false, script: 'return "Run Default Set (PR Title may add more)"'],
                          script:
                              [classpath: [], sandbox: false, script: guiUtils2.getTestOptionsGroovyScript(this)]
                      ]
              ],
              [$class: 'BooleanParameterDefinition',
                  name: 'DISPLAY_TEST_NAMES',
                  defaultValue: true,
                  description: 'Check this checkbox for selecting the tests specifically'],
              [$class: 'CascadeChoiceParameter',
                  name: 'TEST_NAMES',
                  choiceType: 'PT_CHECKBOX',
                  description: 'Choose tests by clicking relevant checkboxes',
                  filterLength: 1,
                  filterable: true,
                  referencedParameters: 'TESTS_TO_RUN, DISPLAY_TEST_NAMES',
                  script:
                      [$class: 'GroovyScript',
                          fallbackScript:
                              [classpath: [], sandbox: false, script: 'return ""'],
                          script:
                              [classpath: [], sandbox: false, script: guiUtils2.getTestNamesCheckboxesGroovyScript(this)]
                      ]
              ],
      

      DISPLAY_TEST_NAMES is rendered as a checkbox.
      (A simple checkbox on 2.289.3, a nice animated checkbox on 2.346.1)

      When I click on the DISPLAY_TEST_NAMES checkbox in 2.289.3, here is the JS console output:

      [Log] Cascading changes from parameter DISPLAY_TEST_NAMES... (unochoice.js, line 550)
      [Log] Values retrieved from Referenced Parameters: TESTS_TO_RUN=Let me choose what tests to run__LESEP__DISPLAY_TEST_NAMES= (unochoice.js, line 148)
      [Log] Calling Java server code to update HTML elements... (unochoice.js, line 154)
      [Log] Values returned from server: [[],[]] (unochoice.js, line 157)
      [Log] Updating values in filter array (unochoice.js, line 185)
      [Log] Cascading changes from parameter DISPLAY_TEST_NAMES... (unochoice.js, line 550)
      [Log] Values retrieved from Referenced Parameters: TESTS_TO_RUN=Let me choose what tests to run__LESEP__DISPLAY_TEST_NAMES=on (unochoice.js, line 148)
      [Log] Calling Java server code to update HTML elements... (unochoice.js, line 154)
      [Log] Values returned from server: [["ENABLE_SANITIZER","TESTS_QUAGGA_MULTICAST"],["ENABLE_SANITIZER","TESTS_QUAGGA_MULTICAST"]] (unochoice.js, line 157)
      [Log] Updating values in filter array (unochoice.js, line 185)
      

      When I click on the DISPLAY_TEST_NAMES checkbox in 2.346.1, the Javascript console is empty, and no events are written.

      Script approvals have been granted on both.

          [JENKINS-69016] Regression: clicking Checkbox no longer sends events to dependent parameters

          efo plo added a comment - - edited

          2.346.1 mavenized dependencies:

          "Java Concurrency in Practice" book annotations net.jcip:jcip-annotations:1.0 Creative Commons Attribution License
          Agent installer module org.jenkins-ci.modules:slave-installer:1.7 MIT License
          Annotation Indexer org.jenkins-ci:annotation-indexer:1.16 MIT License
          AntLR Parser Generator antlr:antlr:2.7.7 BSD License
          Apache Ant Core org.apache.ant:ant:1.10.12 The Apache Software License, Version 2.0
          Apache Ant Launcher org.apache.ant:ant-launcher:1.10.12 The Apache Software License, Version 2.0
          Apache Commons BeanUtils commons-beanutils:commons-beanutils:1.9.4 Apache License, Version 2.0
          Apache Commons Codec commons-codec:commons-codec:1.15 Apache License, Version 2.0
          Apache Commons Collections commons-collections:commons-collections:3.2.2 Apache License, Version 2.0
          Apache Commons Compress org.apache.commons:commons-compress:1.21 Apache License, Version 2.0
          Apache Commons FileUpload commons-fileupload:commons-fileupload:1.4 Apache License, Version 2.0
          Apache Commons IO commons-io:commons-io:2.11.0 Apache License, Version 2.0
          Apache Groovy org.codehaus.groovy:groovy-all:2.4.21 The Apache Software License, Version 2.0
          args4j args4j:args4j:2.33 MIT License
          asm org.ow2.asm:asm:9.3 BSD-3-Clause
          asm-analysis org.ow2.asm:asm-analysis:9.3 BSD-3-Clause
          asm-commons org.ow2.asm:asm-commons:9.3 BSD-3-Clause
          asm-tree org.ow2.asm:asm-tree:9.3 BSD-3-Clause
          asm-util org.ow2.asm:asm-util:9.3 BSD-3-Clause
          Bridge method injection annotations com.infradna.tool:bridge-method-annotation:1.23 MIT License
          CodeMirror library from http://codemirror.net/ org.kohsuke.stapler:stapler-adjunct-codemirror:1.3 MIT License
          Commons Discovery commons-discovery:commons-discovery:0.5 The Apache Software License, Version 2.0
          Commons JEXL org.jenkins-ci:commons-jexl:1.1-jenkins-20111212 The Apache Software License, Version 2.0
          Commons Lang commons-lang:commons-lang:2.6 The Apache Software License, Version 2.0
          commons-jelly org.jenkins-ci:commons-jelly:1.1-jenkins-20220125 The Apache Software License, Version 2.0
          commons-jelly-tags-define org.jvnet.hudson:commons-jelly-tags-define:1.0.1-hudson-20071021 The Apache Software License, Version 2.0
          commons-jelly-tags-fmt commons-jelly:commons-jelly-tags-fmt:1.0 The Apache Software License, Version 2.0
          commons-jelly-tags-xml commons-jelly:commons-jelly-tags-xml:1.1 The Apache Software License, Version 2.0
          Custom Access Modifier annotations org.kohsuke:access-modifier-annotation:1.27 MIT License
          dom4j org.dom4j:dom4j:2.1.3 BSD 3-clause New License
          embedded_su for Java com.sun.solaris:embedded_su4j:1.1 MIT license
          ezmorph net.sf.ezmorph:ezmorph:1.0.6 The Apache Software License, Version 2.0
          Google Guice - Core Library com.google.inject:guice:5.0.1 The Apache Software License, Version 2.0
          Guava InternalFutureFailureAccess and InternalFutures com.google.guava:failureaccess:1.0.1 The Apache Software License, Version 2.0
          Guava ListenableFuture only com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava The Apache Software License, Version 2.0
          Guava: Google Core Libraries for Java com.google.guava:guava:31.1-jre Apache License, Version 2.0
          HttpCommons Client library commons-httpclient:commons-httpclient:3.1-jenkins-3 Apache License 2.0
          Instance Identity org.jenkins-ci.modules:instance-identity:2.2 MIT License
          Jakarta Annotations API jakarta.annotation:jakarta.annotation-api:2.0.0 EPL 2.0
          GPL2 w/ CPE
          jansi org.fusesource.jansi:jansi:1.11 The Apache Software License, Version 2.0
          Java Native Access net.java.dev.jna:jna:5.11.0 LGPL-2.1-or-later
          Apache-2.0
          JavaServer Pages(TM) Standard Tag Library API jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:1.2.7 EPL 2.0
          GPL2 w/ CPE
          javax.annotation API javax.annotation:javax.annotation-api:1.3.2 CDDL + GPLv2 with classpath exception
          javax.inject javax.inject:javax.inject:1 The Apache Software License, Version 2.0
          jaxen jaxen:jaxen:1.2.0 BSD License 2.0
          jbcrypt org.connectbot.jbcrypt:jbcrypt:1.0.0 ISC
          jCIFS org.samba.jcifs:jcifs:1.3.18-kohsuke-1 GNU Lesser General Public License, version 2.1
          JCL 1.2 implemented over SLF4J org.slf4j:jcl-over-slf4j:1.7.36 Apache License, Version 2.0
          JCommon org.jfree:jcommon:1.0.23 GNU Lesser General Public Licence
          Jenkins cli org.jenkins-ci.main:cli:2.346.1 The MIT license
          Jenkins core org.jenkins-ci.main:jenkins-core:2.346.1 The MIT license
          Jenkins remoting layer org.jenkins-ci.main:remoting:4.13.2 The MIT license
          Apache License 2.0
          Jenkins Stapler Support Library io.jenkins.stapler:jenkins-stapler-support:1.1 MIT License
          Jenkins Task Reactor org.jenkins-ci:task-reactor:1.7 MIT License
          Jenkins war org.jenkins-ci.main:jenkins-war:2.346.1 The MIT license
          JFreeChart org.jfree:jfreechart:1.0.19 GNU Lesser General Public Licence
          JLine jline:jline:2.14.6 The BSD License
          json-lib org.kohsuke.stapler:json-lib:2.4-jenkins-3 The Apache Software License, Version 2.0
          JZlib com.jcraft:jzlib:1.1.3-kohsuke-1 BSD
          kXML 2 is a small XML pull parser based on the common XML pull API net.sf.kxml:kxml2:2.3.0 BSD style
          Public Domain
          Localizer org.jvnet.localizer:localizer:1.31 The MIT license
          Log4j Implemented Over SLF4J org.slf4j:log4j-over-slf4j:1.7.36 Apache Software Licenses
          Memory Monitor org.jenkins-ci:memory-monitor:1.11 MIT
          MXP1: Xml Pull Parser 3rd Edition (XPP3) xpp3:xpp3:1.1.4c Indiana University Extreme! Lab Software License, vesion 1.1.1
          Public Domain
          Apache Software License, version 1.1
          MXParser io.github.x-stream:mxparser:1.2.2 Indiana University Extreme! Lab Software License
          OS X slave installer org.jenkins-ci.modules:launchd-slave-installer:1.2 MIT License
          Pure Java - COM bridge org.kohsuke.jinterop:j-interop:2.0.8-kohsuke-1 LGPL v3
          Pure Java - COM bridge org.kohsuke.jinterop:j-interopdeps:2.0.8-kohsuke-1 LGPL v3
          relaxngDatatype relaxngDatatype:relaxngDatatype:20020414 BSD License
          Robust HTTP client library org.jvnet.robust-http-client:robust-http-client:1.2 MIT license
          Self-Signed Certificate Generator io.github.stephenc.crypto:self-signed-cert-generator:1.0.0 The MIT license
          SezPoz Library net.java.sezpoz:sezpoz:1.13 CDDL
          SLF4J API Module org.slf4j:slf4j-api:1.7.36 MIT License
          SLF4J JDK14 Binding org.slf4j:slf4j-jdk14:1.7.36 MIT License
          SpotBugs Annotations com.github.spotbugs:spotbugs-annotations:4.6.0 GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
          Spring AOP org.springframework:spring-aop:5.3.19 Apache License, Version 2.0
          Spring Beans org.springframework:spring-beans:5.3.19 Apache License, Version 2.0
          Spring Context org.springframework:spring-context:5.3.19 Apache License, Version 2.0
          Spring Core org.springframework:spring-core:5.3.19 Apache License, Version 2.0
          Spring Expression Language (SpEL) org.springframework:spring-expression:5.3.19 Apache License, Version 2.0
          Spring Web org.springframework:spring-web:5.3.19 Apache License, Version 2.0
          spring-security-core org.springframework.security:spring-security-core:5.6.3 Apache License, Version 2.0
          spring-security-crypto org.springframework.security:spring-security-crypto:5.6.3 Apache License, Version 2.0
          spring-security-web org.springframework.security:spring-security-web:5.6.3 Apache License, Version 2.0
          Stapler org.kohsuke.stapler:stapler:1669.v95a_4b_919a_b_a_2 2-clause BSD license
          Stapler Groovy module org.kohsuke.stapler:stapler-groovy:1669.v95a_4b_919a_b_a_2 2-clause BSD license
          Stapler Jelly module org.kohsuke.stapler:stapler-jelly:1669.v95a_4b_919a_b_a_2 2-clause BSD license
          Symbol annotation org.jenkins-ci:symbol-annotation:1.1 MIT License
          Systemd slave installer org.jenkins-ci.modules:systemd-slave-installer:1.1 MIT License
          Timeline component at http://www.simile-widgets.org/timeline/ org.kohsuke.stapler:stapler-adjunct-timeline:1.5 BSD License
          TXW2 Runtime com.sun.xml.txw2:txw2:20110809 CDDL v1.1 / GPL v2 dual license
          Type arithmetic library for Java5 org.jvnet:tiger-types:2.2 CDDL/GPLv2 dual license
          Upstart slave installer org.jenkins-ci.modules:upstart-slave-installer:1.1 MIT License
          Utility around Java Crypto API org.jenkins-ci:crypto-util:1.7 MIT License
          Version Number Library org.jenkins-ci:version-number:1.10 MIT License
          Windows agent installer org.jenkins-ci.modules:windows-slave-installer:2.0 MIT License
          windows-package-checker org.kohsuke:windows-package-checker:1.2 MIT license
          winp org.jvnet.winp:winp:1.28 The MIT license
          Winstone org.jenkins-ci:winstone:5.24 GNU Lesser General Public License version 2.1
          COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
          XStream Core com.thoughtworks.xstream:xstream:1.4.19 BSD-3-Clause

          2.289.3 mavenized dependencies:

          Jenkins war org.jenkins-ci.main:jenkins-war:2.289.3 The MIT license
          Jenkins cli org.jenkins-ci.main:cli:2.289.3 The MIT license
          AOP alliance aopalliance:aopalliance:1.0 Public Domain
          Log4j Implemented Over SLF4J org.slf4j:log4j-over-slf4j:1.7.30 Apache Software Licenses
          Google Guice - Core Library com.google.inject:guice:4.0 The Apache Software License, Version 2.0
          spring-security-web org.springframework.security:spring-security-web:5.4.6 The Apache Software License, Version 2.0
          asm-commons org.ow2.asm:asm-commons:9.1 BSD-3-Clause
          Apache Groovy org.codehaus.groovy:groovy-all:2.4.12 The Apache Software License, Version 2.0
          Jenkins core org.jenkins-ci.main:jenkins-core:2.289.3 The MIT license
          Constant Pool Scanner org.jenkins-ci:constant-pool-scanner:1.2 NetBeans CDDL/GPL
          jbcrypt org.connectbot.jbcrypt:jbcrypt:1.0.0 ISC
          Stapler Groovy module org.kohsuke.stapler:stapler-groovy:1.263 2-clause BSD license
          Symbol annotation org.jenkins-ci:symbol-annotation:1.1 MIT License
          JavaBeans Activation Framework com.sun.activation:jakarta.activation:1.2.1 EDL 1.0
          XStream Core com.thoughtworks.xstream:xstream:1.4.17 BSD-3-Clause
          Commons Digester commons-digester:commons-digester:2.1 The Apache Software License, Version 2.0
          jnr-a64asm com.github.jnr:jnr-a64asm:1.0.0 The Apache Software License, Version 2.0
          Java binding for libpam.so org.kohsuke:libpam4j:1.11 The MIT license
          Apache Commons IO commons-io:commons-io:2.8.0 Apache License, Version 2.0
          Apache Commons Codec commons-codec:commons-codec:1.15 Apache License, Version 2.0
          JavaServer Pages(TM) Standard Tag Library API jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:1.2.7 EPL 2.0
          GPL2 w/ CPE
          winp org.jvnet.winp:winp:1.28 The MIT license
          Instance Identity org.jenkins-ci.modules:instance-identity:2.2 MIT License
          HttpCommons Client library commons-httpclient:commons-httpclient:3.1-jenkins-2 Apache License 2.0
          asm6 org.kohsuke:asm6:6.2 BSD License
          kXML 2 is a small XML pull parser based on the common XML pull API net.sf.kxml:kxml2:2.3.0 BSD style
          Public Domain
          Pure Java - COM bridge org.kohsuke.jinterop:j-interop:2.0.8-kohsuke-1 LGPL v3
          Agent installer module org.jenkins-ci.modules:slave-installer:1.7 MIT License
          jffi com.github.jnr:jffi:1.3.1 The Apache Software License, Version 2.0
          Stapler org.kohsuke.stapler:stapler:1.263 2-clause BSD license
          Bridge method injection annotations com.infradna.tool:bridge-method-annotation:1.18 MIT License
          json-lib org.kohsuke.stapler:json-lib:2.4-jenkins-2 The Apache Software License, Version 2.0
          JFreeChart org.jfree:jfreechart:1.0.19 GNU Lesser General Public Licence
          Robust HTTP client library org.jvnet.robust-http-client:robust-http-client:1.2 MIT license
          jnr-ffi com.github.jnr:jnr-ffi:2.2.2 The Apache Software License, Version 2.0
          Timeline component at http://www.simile-widgets.org/timeline/ org.kohsuke.stapler:stapler-adjunct-timeline:1.5 BSD License
          Apache Ant Core org.apache.ant:ant:1.10.9 The Apache Software License, Version 2.0
          commons-jelly-tags-define org.jvnet.hudson:commons-jelly-tags-define:1.0.1-hudson-20071021 The Apache Software License, Version 2.0
          Commons Lang commons-lang:commons-lang:2.6 The Apache Software License, Version 2.0
          asm org.ow2.asm:asm:9.1 BSD-3-Clause
          Spring Core org.springframework:spring-core:5.2.13.RELEASE Apache License, Version 2.0
          Woodstox org.codehaus.woodstox:wstx-asl:3.2.9 The Apache Software License, Version 2.0
          JCommon org.jfree:jcommon:1.0.23 GNU Lesser General Public Licence
          Apache Commons BeanUtils commons-beanutils:commons-beanutils:1.9.4 Apache License, Version 2.0
          embedded_su for Java com.sun.solaris:embedded_su4j:1.1 MIT license
          javax.inject javax.inject:javax.inject:1 The Apache Software License, Version 2.0
          Upstart slave installer org.jenkins-ci.modules:upstart-slave-installer:1.1 MIT License
          args4j args4j:args4j:2.33 MIT License
          Stapler Jelly module org.kohsuke.stapler:stapler-jelly:1.263 2-clause BSD license
          jansi org.fusesource.jansi:jansi:1.11 The Apache Software License, Version 2.0
          SezPoz Library net.java.sezpoz:sezpoz:1.13 CDDL
          Streaming API for XML javax.xml.stream:stax-api:1.0-2 GNU General Public Library

          COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

          commons-jelly-tags-fmt commons-jelly:commons-jelly-tags-fmt:1.0 The Apache Software License, Version 2.0
          Spring Context org.springframework:spring-context:5.2.13.RELEASE Apache License, Version 2.0
          Localizer org.jvnet.localizer:localizer:1.31 The MIT license
          Commons JEXL org.jenkins-ci:commons-jexl:1.1-jenkins-20111212 The Apache Software License, Version 2.0
          StAX API stax:stax-api:1.0.1 The Apache Software License, Version 2.0
          asm-util org.ow2.asm:asm-util:9.1 BSD-3-Clause
          windows-package-checker org.kohsuke:windows-package-checker:1.2 MIT license
          jaxen jaxen:jaxen:1.2.0 BSD License 2.0
          OS X slave installer org.jenkins-ci.modules:launchd-slave-installer:1.2 MIT License
          Jakarta Mail API com.sun.mail:jakarta.mail:1.6.5 EPL 2.0
          GPL2 w/ CPE
          EDL 1.0
          asm-analysis org.ow2.asm:asm-analysis:9.1 BSD-3-Clause
          SpotBugs Annotations com.github.spotbugs:spotbugs-annotations:4.2.0 GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
          Winstone org.jenkins-ci:winstone:5.18 GNU Lesser General Public License version 2.1
          COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
          Spring Expression Language (SpEL) org.springframework:spring-expression:5.2.13.RELEASE Apache License, Version 2.0
          jCIFS org.samba.jcifs:jcifs:1.3.18-kohsuke-1 GNU Lesser General Public License, version 2.1
          Jenkins Task Reactor org.jenkins-ci:task-reactor:1.5 MIT License
          JLine jline:jline:2.14.6 The BSD License
          AntLR Parser Generator antlr:antlr:2.7.7 BSD License
          CodeMirror library from http://codemirror.net/ org.kohsuke.stapler:stapler-adjunct-codemirror:1.3 MIT License
          Spring AOP org.springframework:spring-aop:5.2.13.RELEASE Apache License, Version 2.0
          Bytecode transformation-based library for managing backward compatibility org.jenkins-ci:bytecode-compatibility-transformer:2.0-beta-2 The MIT license
          SLF4J JDK14 Binding org.slf4j:slf4j-jdk14:1.7.30 MIT License
          Embeddable daemonization library org.kohsuke:akuma:1.10 MIT license
          dom4j org.dom4j:dom4j:2.1.3 BSD 3-clause New License
          Guava: Google Core Libraries for Java com.google.guava:guava:11.0.1 The Apache Software License, Version 2.0
          JTidy org.jvnet.hudson:jtidy:4aug2000r7-dev-hudson-1 Java HTML Tidy License
          jnr-posix com.github.jnr:jnr-posix:3.1.5 Eclipse Public License - v 2.0
          GNU General Public License Version 2
          GNU Lesser General Public License Version 2.1
          commons-jelly org.jenkins-ci:commons-jelly:1.1-jenkins-20120928 The Apache Software License, Version 2.0
          SLF4J API Module org.slf4j:slf4j-api:1.7.30 MIT License
          jnr-constants com.github.jnr:jnr-constants:0.10.1 The Apache Software License, Version 2.0
          Utility around Java Crypto API org.jenkins-ci:crypto-util:1.5 MIT License
          Self-Signed Certificate Generator io.github.stephenc.crypto:self-signed-cert-generator:1.0.0 The MIT license
          Spring Beans org.springframework:spring-beans:5.2.13.RELEASE Apache License, Version 2.0
          Discovery commons-discovery:commons-discovery:0.4 The Apache Software License, Version 2.0
          Spring Web org.springframework:spring-web:5.2.13.RELEASE Apache License, Version 2.0
          Memory Monitor org.jenkins-ci:memory-monitor:1.9 MIT
          Systemd slave installer org.jenkins-ci.modules:systemd-slave-installer:1.1 MIT License
          MXParser io.github.x-stream:mxparser:1.2.1 Indiana University Extreme! Lab Software License
          Apache Ant Launcher org.apache.ant:ant-launcher:1.10.9 The Apache Software License, Version 2.0
          Type arithmetic library for Java5 org.jvnet:tiger-types:2.2 CDDL/GPLv2 dual license
          Annotation Indexer org.jenkins-ci:annotation-indexer:1.14 MIT License
          TXW2 Runtime com.sun.xml.txw2:txw2:20110809 CDDL v1.1 / GPL v2 dual license
          Jenkins Stapler Support Library io.jenkins.stapler:jenkins-stapler-support:1.1 MIT License
          Windows agent installer org.jenkins-ci.modules:windows-slave-installer:2.0 MIT License
          JNA-POSIX org.jruby.ext.posix:jna-posix:1.0.3-jenkins-1 GNU Lesser General Public License Version 2.1
          Version Number Library org.jenkins-ci:version-number:1.7 MIT License
          Pure Java - COM bridge org.kohsuke.jinterop:j-interopdeps:2.0.8-kohsuke-1 LGPL v3
          Apache Commons FileUpload commons-fileupload:commons-fileupload:1.4 Apache License, Version 2.0
          jffi com.github.jnr:jffi:1.3.1 The Apache Software License, Version 2.0
          javax.annotation API javax.annotation:javax.annotation-api:1.2 CDDL + GPLv2 with classpath exception
          JCL 1.2 implemented over SLF4J org.slf4j:jcl-over-slf4j:1.7.30 Apache License, Version 2.0
          asm5 org.kohsuke:asm5:5.0.1 BSD License
          Java Native Access net.java.dev.jna:jna:5.8.0 LGPL, version 2.1
          Apache License v2.0
          relaxngDatatype relaxngDatatype:relaxngDatatype:20020414 BSD License
          JZlib com.jcraft:jzlib:1.1.3-kohsuke-1 BSD
          Apache Commons Collections commons-collections:commons-collections:3.2.2 Apache License, Version 2.0
          asm-tree org.ow2.asm:asm-tree:9.1 BSD-3-Clause
          ezmorph net.sf.ezmorph:ezmorph:1.0.6 The Apache Software License, Version 2.0
          Jenkins remoting layer org.jenkins-ci.main:remoting:4.7 The MIT license
          Apache License 2.0
          Custom Access Modifier annotations org.kohsuke:access-modifier-annotation:1.21 MIT License
          jnr-x86asm com.github.jnr:jnr-x86asm:1.0.2 MIT License
          spring-security-core org.springframework.security:spring-security-core:5.4.6 The Apache Software License, Version 2.0
          Apache Commons Compress org.apache.commons:commons-compress:1.20 Apache License, Version 2.0
          MXP1: Xml Pull Parser 3rd Edition (XPP3) xpp3:xpp3:1.1.4c Indiana University Extreme! Lab Software License, vesion 1.1.1
          Public Domain
          Apache Software License, version 1.1
          commons-jelly-tags-xml commons-jelly:commons-jelly-tags-xml:1.1 The Apache Software License, Version 2.0

          efo plo added a comment - - edited 2.346.1 mavenized dependencies: "Java Concurrency in Practice" book annotations net.jcip:jcip-annotations:1.0 Creative Commons Attribution License Agent installer module org.jenkins-ci.modules:slave-installer:1.7 MIT License Annotation Indexer org.jenkins-ci:annotation-indexer:1.16 MIT License AntLR Parser Generator antlr:antlr:2.7.7 BSD License Apache Ant Core org.apache.ant:ant:1.10.12 The Apache Software License, Version 2.0 Apache Ant Launcher org.apache.ant:ant-launcher:1.10.12 The Apache Software License, Version 2.0 Apache Commons BeanUtils commons-beanutils:commons-beanutils:1.9.4 Apache License, Version 2.0 Apache Commons Codec commons-codec:commons-codec:1.15 Apache License, Version 2.0 Apache Commons Collections commons-collections:commons-collections:3.2.2 Apache License, Version 2.0 Apache Commons Compress org.apache.commons:commons-compress:1.21 Apache License, Version 2.0 Apache Commons FileUpload commons-fileupload:commons-fileupload:1.4 Apache License, Version 2.0 Apache Commons IO commons-io:commons-io:2.11.0 Apache License, Version 2.0 Apache Groovy org.codehaus.groovy:groovy-all:2.4.21 The Apache Software License, Version 2.0 args4j args4j:args4j:2.33 MIT License asm org.ow2.asm:asm:9.3 BSD-3-Clause asm-analysis org.ow2.asm:asm-analysis:9.3 BSD-3-Clause asm-commons org.ow2.asm:asm-commons:9.3 BSD-3-Clause asm-tree org.ow2.asm:asm-tree:9.3 BSD-3-Clause asm-util org.ow2.asm:asm-util:9.3 BSD-3-Clause Bridge method injection annotations com.infradna.tool:bridge-method-annotation:1.23 MIT License CodeMirror library from http://codemirror.net/ org.kohsuke.stapler:stapler-adjunct-codemirror:1.3 MIT License Commons Discovery commons-discovery:commons-discovery:0.5 The Apache Software License, Version 2.0 Commons JEXL org.jenkins-ci:commons-jexl:1.1-jenkins-20111212 The Apache Software License, Version 2.0 Commons Lang commons-lang:commons-lang:2.6 The Apache Software License, Version 2.0 commons-jelly org.jenkins-ci:commons-jelly:1.1-jenkins-20220125 The Apache Software License, Version 2.0 commons-jelly-tags-define org.jvnet.hudson:commons-jelly-tags-define:1.0.1-hudson-20071021 The Apache Software License, Version 2.0 commons-jelly-tags-fmt commons-jelly:commons-jelly-tags-fmt:1.0 The Apache Software License, Version 2.0 commons-jelly-tags-xml commons-jelly:commons-jelly-tags-xml:1.1 The Apache Software License, Version 2.0 Custom Access Modifier annotations org.kohsuke:access-modifier-annotation:1.27 MIT License dom4j org.dom4j:dom4j:2.1.3 BSD 3-clause New License embedded_su for Java com.sun.solaris:embedded_su4j:1.1 MIT license ezmorph net.sf.ezmorph:ezmorph:1.0.6 The Apache Software License, Version 2.0 Google Guice - Core Library com.google.inject:guice:5.0.1 The Apache Software License, Version 2.0 Guava InternalFutureFailureAccess and InternalFutures com.google.guava:failureaccess:1.0.1 The Apache Software License, Version 2.0 Guava ListenableFuture only com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava The Apache Software License, Version 2.0 Guava: Google Core Libraries for Java com.google.guava:guava:31.1-jre Apache License, Version 2.0 HttpCommons Client library commons-httpclient:commons-httpclient:3.1-jenkins-3 Apache License 2.0 Instance Identity org.jenkins-ci.modules:instance-identity:2.2 MIT License Jakarta Annotations API jakarta.annotation:jakarta.annotation-api:2.0.0 EPL 2.0 GPL2 w/ CPE jansi org.fusesource.jansi:jansi:1.11 The Apache Software License, Version 2.0 Java Native Access net.java.dev.jna:jna:5.11.0 LGPL-2.1-or-later Apache-2.0 JavaServer Pages(TM) Standard Tag Library API jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:1.2.7 EPL 2.0 GPL2 w/ CPE javax.annotation API javax.annotation:javax.annotation-api:1.3.2 CDDL + GPLv2 with classpath exception javax.inject javax.inject:javax.inject:1 The Apache Software License, Version 2.0 jaxen jaxen:jaxen:1.2.0 BSD License 2.0 jbcrypt org.connectbot.jbcrypt:jbcrypt:1.0.0 ISC jCIFS org.samba.jcifs:jcifs:1.3.18-kohsuke-1 GNU Lesser General Public License, version 2.1 JCL 1.2 implemented over SLF4J org.slf4j:jcl-over-slf4j:1.7.36 Apache License, Version 2.0 JCommon org.jfree:jcommon:1.0.23 GNU Lesser General Public Licence Jenkins cli org.jenkins-ci.main:cli:2.346.1 The MIT license Jenkins core org.jenkins-ci.main:jenkins-core:2.346.1 The MIT license Jenkins remoting layer org.jenkins-ci.main:remoting:4.13.2 The MIT license Apache License 2.0 Jenkins Stapler Support Library io.jenkins.stapler:jenkins-stapler-support:1.1 MIT License Jenkins Task Reactor org.jenkins-ci:task-reactor:1.7 MIT License Jenkins war org.jenkins-ci.main:jenkins-war:2.346.1 The MIT license JFreeChart org.jfree:jfreechart:1.0.19 GNU Lesser General Public Licence JLine jline:jline:2.14.6 The BSD License json-lib org.kohsuke.stapler:json-lib:2.4-jenkins-3 The Apache Software License, Version 2.0 JZlib com.jcraft:jzlib:1.1.3-kohsuke-1 BSD kXML 2 is a small XML pull parser based on the common XML pull API net.sf.kxml:kxml2:2.3.0 BSD style Public Domain Localizer org.jvnet.localizer:localizer:1.31 The MIT license Log4j Implemented Over SLF4J org.slf4j:log4j-over-slf4j:1.7.36 Apache Software Licenses Memory Monitor org.jenkins-ci:memory-monitor:1.11 MIT MXP1: Xml Pull Parser 3rd Edition (XPP3) xpp3:xpp3:1.1.4c Indiana University Extreme! Lab Software License, vesion 1.1.1 Public Domain Apache Software License, version 1.1 MXParser io.github.x-stream:mxparser:1.2.2 Indiana University Extreme! Lab Software License OS X slave installer org.jenkins-ci.modules:launchd-slave-installer:1.2 MIT License Pure Java - COM bridge org.kohsuke.jinterop:j-interop:2.0.8-kohsuke-1 LGPL v3 Pure Java - COM bridge org.kohsuke.jinterop:j-interopdeps:2.0.8-kohsuke-1 LGPL v3 relaxngDatatype relaxngDatatype:relaxngDatatype:20020414 BSD License Robust HTTP client library org.jvnet.robust-http-client:robust-http-client:1.2 MIT license Self-Signed Certificate Generator io.github.stephenc.crypto:self-signed-cert-generator:1.0.0 The MIT license SezPoz Library net.java.sezpoz:sezpoz:1.13 CDDL SLF4J API Module org.slf4j:slf4j-api:1.7.36 MIT License SLF4J JDK14 Binding org.slf4j:slf4j-jdk14:1.7.36 MIT License SpotBugs Annotations com.github.spotbugs:spotbugs-annotations:4.6.0 GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 Spring AOP org.springframework:spring-aop:5.3.19 Apache License, Version 2.0 Spring Beans org.springframework:spring-beans:5.3.19 Apache License, Version 2.0 Spring Context org.springframework:spring-context:5.3.19 Apache License, Version 2.0 Spring Core org.springframework:spring-core:5.3.19 Apache License, Version 2.0 Spring Expression Language (SpEL) org.springframework:spring-expression:5.3.19 Apache License, Version 2.0 Spring Web org.springframework:spring-web:5.3.19 Apache License, Version 2.0 spring-security-core org.springframework.security:spring-security-core:5.6.3 Apache License, Version 2.0 spring-security-crypto org.springframework.security:spring-security-crypto:5.6.3 Apache License, Version 2.0 spring-security-web org.springframework.security:spring-security-web:5.6.3 Apache License, Version 2.0 Stapler org.kohsuke.stapler:stapler:1669.v95a_4b_919a_b_a_2 2-clause BSD license Stapler Groovy module org.kohsuke.stapler:stapler-groovy:1669.v95a_4b_919a_b_a_2 2-clause BSD license Stapler Jelly module org.kohsuke.stapler:stapler-jelly:1669.v95a_4b_919a_b_a_2 2-clause BSD license Symbol annotation org.jenkins-ci:symbol-annotation:1.1 MIT License Systemd slave installer org.jenkins-ci.modules:systemd-slave-installer:1.1 MIT License Timeline component at http://www.simile-widgets.org/timeline/ org.kohsuke.stapler:stapler-adjunct-timeline:1.5 BSD License TXW2 Runtime com.sun.xml.txw2:txw2:20110809 CDDL v1.1 / GPL v2 dual license Type arithmetic library for Java5 org.jvnet:tiger-types:2.2 CDDL/GPLv2 dual license Upstart slave installer org.jenkins-ci.modules:upstart-slave-installer:1.1 MIT License Utility around Java Crypto API org.jenkins-ci:crypto-util:1.7 MIT License Version Number Library org.jenkins-ci:version-number:1.10 MIT License Windows agent installer org.jenkins-ci.modules:windows-slave-installer:2.0 MIT License windows-package-checker org.kohsuke:windows-package-checker:1.2 MIT license winp org.jvnet.winp:winp:1.28 The MIT license Winstone org.jenkins-ci:winstone:5.24 GNU Lesser General Public License version 2.1 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 XStream Core com.thoughtworks.xstream:xstream:1.4.19 BSD-3-Clause 2.289.3 mavenized dependencies: Jenkins war org.jenkins-ci.main:jenkins-war:2.289.3 The MIT license Jenkins cli org.jenkins-ci.main:cli:2.289.3 The MIT license AOP alliance aopalliance:aopalliance:1.0 Public Domain Log4j Implemented Over SLF4J org.slf4j:log4j-over-slf4j:1.7.30 Apache Software Licenses Google Guice - Core Library com.google.inject:guice:4.0 The Apache Software License, Version 2.0 spring-security-web org.springframework.security:spring-security-web:5.4.6 The Apache Software License, Version 2.0 asm-commons org.ow2.asm:asm-commons:9.1 BSD-3-Clause Apache Groovy org.codehaus.groovy:groovy-all:2.4.12 The Apache Software License, Version 2.0 Jenkins core org.jenkins-ci.main:jenkins-core:2.289.3 The MIT license Constant Pool Scanner org.jenkins-ci:constant-pool-scanner:1.2 NetBeans CDDL/GPL jbcrypt org.connectbot.jbcrypt:jbcrypt:1.0.0 ISC Stapler Groovy module org.kohsuke.stapler:stapler-groovy:1.263 2-clause BSD license Symbol annotation org.jenkins-ci:symbol-annotation:1.1 MIT License JavaBeans Activation Framework com.sun.activation:jakarta.activation:1.2.1 EDL 1.0 XStream Core com.thoughtworks.xstream:xstream:1.4.17 BSD-3-Clause Commons Digester commons-digester:commons-digester:2.1 The Apache Software License, Version 2.0 jnr-a64asm com.github.jnr:jnr-a64asm:1.0.0 The Apache Software License, Version 2.0 Java binding for libpam.so org.kohsuke:libpam4j:1.11 The MIT license Apache Commons IO commons-io:commons-io:2.8.0 Apache License, Version 2.0 Apache Commons Codec commons-codec:commons-codec:1.15 Apache License, Version 2.0 JavaServer Pages(TM) Standard Tag Library API jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:1.2.7 EPL 2.0 GPL2 w/ CPE winp org.jvnet.winp:winp:1.28 The MIT license Instance Identity org.jenkins-ci.modules:instance-identity:2.2 MIT License HttpCommons Client library commons-httpclient:commons-httpclient:3.1-jenkins-2 Apache License 2.0 asm6 org.kohsuke:asm6:6.2 BSD License kXML 2 is a small XML pull parser based on the common XML pull API net.sf.kxml:kxml2:2.3.0 BSD style Public Domain Pure Java - COM bridge org.kohsuke.jinterop:j-interop:2.0.8-kohsuke-1 LGPL v3 Agent installer module org.jenkins-ci.modules:slave-installer:1.7 MIT License jffi com.github.jnr:jffi:1.3.1 The Apache Software License, Version 2.0 Stapler org.kohsuke.stapler:stapler:1.263 2-clause BSD license Bridge method injection annotations com.infradna.tool:bridge-method-annotation:1.18 MIT License json-lib org.kohsuke.stapler:json-lib:2.4-jenkins-2 The Apache Software License, Version 2.0 JFreeChart org.jfree:jfreechart:1.0.19 GNU Lesser General Public Licence Robust HTTP client library org.jvnet.robust-http-client:robust-http-client:1.2 MIT license jnr-ffi com.github.jnr:jnr-ffi:2.2.2 The Apache Software License, Version 2.0 Timeline component at http://www.simile-widgets.org/timeline/ org.kohsuke.stapler:stapler-adjunct-timeline:1.5 BSD License Apache Ant Core org.apache.ant:ant:1.10.9 The Apache Software License, Version 2.0 commons-jelly-tags-define org.jvnet.hudson:commons-jelly-tags-define:1.0.1-hudson-20071021 The Apache Software License, Version 2.0 Commons Lang commons-lang:commons-lang:2.6 The Apache Software License, Version 2.0 asm org.ow2.asm:asm:9.1 BSD-3-Clause Spring Core org.springframework:spring-core:5.2.13.RELEASE Apache License, Version 2.0 Woodstox org.codehaus.woodstox:wstx-asl:3.2.9 The Apache Software License, Version 2.0 JCommon org.jfree:jcommon:1.0.23 GNU Lesser General Public Licence Apache Commons BeanUtils commons-beanutils:commons-beanutils:1.9.4 Apache License, Version 2.0 embedded_su for Java com.sun.solaris:embedded_su4j:1.1 MIT license javax.inject javax.inject:javax.inject:1 The Apache Software License, Version 2.0 Upstart slave installer org.jenkins-ci.modules:upstart-slave-installer:1.1 MIT License args4j args4j:args4j:2.33 MIT License Stapler Jelly module org.kohsuke.stapler:stapler-jelly:1.263 2-clause BSD license jansi org.fusesource.jansi:jansi:1.11 The Apache Software License, Version 2.0 SezPoz Library net.java.sezpoz:sezpoz:1.13 CDDL Streaming API for XML javax.xml.stream:stax-api:1.0-2 GNU General Public Library COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 commons-jelly-tags-fmt commons-jelly:commons-jelly-tags-fmt:1.0 The Apache Software License, Version 2.0 Spring Context org.springframework:spring-context:5.2.13.RELEASE Apache License, Version 2.0 Localizer org.jvnet.localizer:localizer:1.31 The MIT license Commons JEXL org.jenkins-ci:commons-jexl:1.1-jenkins-20111212 The Apache Software License, Version 2.0 StAX API stax:stax-api:1.0.1 The Apache Software License, Version 2.0 asm-util org.ow2.asm:asm-util:9.1 BSD-3-Clause windows-package-checker org.kohsuke:windows-package-checker:1.2 MIT license jaxen jaxen:jaxen:1.2.0 BSD License 2.0 OS X slave installer org.jenkins-ci.modules:launchd-slave-installer:1.2 MIT License Jakarta Mail API com.sun.mail:jakarta.mail:1.6.5 EPL 2.0 GPL2 w/ CPE EDL 1.0 asm-analysis org.ow2.asm:asm-analysis:9.1 BSD-3-Clause SpotBugs Annotations com.github.spotbugs:spotbugs-annotations:4.2.0 GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 Winstone org.jenkins-ci:winstone:5.18 GNU Lesser General Public License version 2.1 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 Spring Expression Language (SpEL) org.springframework:spring-expression:5.2.13.RELEASE Apache License, Version 2.0 jCIFS org.samba.jcifs:jcifs:1.3.18-kohsuke-1 GNU Lesser General Public License, version 2.1 Jenkins Task Reactor org.jenkins-ci:task-reactor:1.5 MIT License JLine jline:jline:2.14.6 The BSD License AntLR Parser Generator antlr:antlr:2.7.7 BSD License CodeMirror library from http://codemirror.net/ org.kohsuke.stapler:stapler-adjunct-codemirror:1.3 MIT License Spring AOP org.springframework:spring-aop:5.2.13.RELEASE Apache License, Version 2.0 Bytecode transformation-based library for managing backward compatibility org.jenkins-ci:bytecode-compatibility-transformer:2.0-beta-2 The MIT license SLF4J JDK14 Binding org.slf4j:slf4j-jdk14:1.7.30 MIT License Embeddable daemonization library org.kohsuke:akuma:1.10 MIT license dom4j org.dom4j:dom4j:2.1.3 BSD 3-clause New License Guava: Google Core Libraries for Java com.google.guava:guava:11.0.1 The Apache Software License, Version 2.0 JTidy org.jvnet.hudson:jtidy:4aug2000r7-dev-hudson-1 Java HTML Tidy License jnr-posix com.github.jnr:jnr-posix:3.1.5 Eclipse Public License - v 2.0 GNU General Public License Version 2 GNU Lesser General Public License Version 2.1 commons-jelly org.jenkins-ci:commons-jelly:1.1-jenkins-20120928 The Apache Software License, Version 2.0 SLF4J API Module org.slf4j:slf4j-api:1.7.30 MIT License jnr-constants com.github.jnr:jnr-constants:0.10.1 The Apache Software License, Version 2.0 Utility around Java Crypto API org.jenkins-ci:crypto-util:1.5 MIT License Self-Signed Certificate Generator io.github.stephenc.crypto:self-signed-cert-generator:1.0.0 The MIT license Spring Beans org.springframework:spring-beans:5.2.13.RELEASE Apache License, Version 2.0 Discovery commons-discovery:commons-discovery:0.4 The Apache Software License, Version 2.0 Spring Web org.springframework:spring-web:5.2.13.RELEASE Apache License, Version 2.0 Memory Monitor org.jenkins-ci:memory-monitor:1.9 MIT Systemd slave installer org.jenkins-ci.modules:systemd-slave-installer:1.1 MIT License MXParser io.github.x-stream:mxparser:1.2.1 Indiana University Extreme! Lab Software License Apache Ant Launcher org.apache.ant:ant-launcher:1.10.9 The Apache Software License, Version 2.0 Type arithmetic library for Java5 org.jvnet:tiger-types:2.2 CDDL/GPLv2 dual license Annotation Indexer org.jenkins-ci:annotation-indexer:1.14 MIT License TXW2 Runtime com.sun.xml.txw2:txw2:20110809 CDDL v1.1 / GPL v2 dual license Jenkins Stapler Support Library io.jenkins.stapler:jenkins-stapler-support:1.1 MIT License Windows agent installer org.jenkins-ci.modules:windows-slave-installer:2.0 MIT License JNA-POSIX org.jruby.ext.posix:jna-posix:1.0.3-jenkins-1 GNU Lesser General Public License Version 2.1 Version Number Library org.jenkins-ci:version-number:1.7 MIT License Pure Java - COM bridge org.kohsuke.jinterop:j-interopdeps:2.0.8-kohsuke-1 LGPL v3 Apache Commons FileUpload commons-fileupload:commons-fileupload:1.4 Apache License, Version 2.0 jffi com.github.jnr:jffi:1.3.1 The Apache Software License, Version 2.0 javax.annotation API javax.annotation:javax.annotation-api:1.2 CDDL + GPLv2 with classpath exception JCL 1.2 implemented over SLF4J org.slf4j:jcl-over-slf4j:1.7.30 Apache License, Version 2.0 asm5 org.kohsuke:asm5:5.0.1 BSD License Java Native Access net.java.dev.jna:jna:5.8.0 LGPL, version 2.1 Apache License v2.0 relaxngDatatype relaxngDatatype:relaxngDatatype:20020414 BSD License JZlib com.jcraft:jzlib:1.1.3-kohsuke-1 BSD Apache Commons Collections commons-collections:commons-collections:3.2.2 Apache License, Version 2.0 asm-tree org.ow2.asm:asm-tree:9.1 BSD-3-Clause ezmorph net.sf.ezmorph:ezmorph:1.0.6 The Apache Software License, Version 2.0 Jenkins remoting layer org.jenkins-ci.main:remoting:4.7 The MIT license Apache License 2.0 Custom Access Modifier annotations org.kohsuke:access-modifier-annotation:1.21 MIT License jnr-x86asm com.github.jnr:jnr-x86asm:1.0.2 MIT License spring-security-core org.springframework.security:spring-security-core:5.4.6 The Apache Software License, Version 2.0 Apache Commons Compress org.apache.commons:commons-compress:1.20 Apache License, Version 2.0 MXP1: Xml Pull Parser 3rd Edition (XPP3) xpp3:xpp3:1.1.4c Indiana University Extreme! Lab Software License, vesion 1.1.1 Public Domain Apache Software License, version 1.1 commons-jelly-tags-xml commons-jelly:commons-jelly-tags-xml:1.1 The Apache Software License, Version 2.0

          efo plo added a comment - - edited

          Clicking on the other depending parameter

          TESTS_TO_RUN

          :

          2.289.3:

          [Log] Cascading changes from parameter TESTS_TO_RUN... (unochoice.js, line 550)
          [Log] Values retrieved from Referenced Parameters: TESTS_TO_RUN=Let me choose what tests to run__LESEP__DISPLAY_TEST_NAMES=on (unochoice.js, line 148)
          [Log] Calling Java server code to update HTML elements... (unochoice.js, line 154)
          [Log] Values returned from server: [["ENABLE_SANITIZER","TESTS_QUAGGA_MULTICAST"],["ENABLE_SANITIZER","TESTS_QUAGGA_MULTICAST"]] (unochoice.js, line 157)
          [Log] Updating values in filter array (unochoice.js, line 185)
          

          Note

          LESEP__DISPLAY_TEST_NAMES=on

          2.346.1:

          [Log] Cascading changes from parameter TESTS_TO_RUN... (unochoice.js, line 550)
          [Log] Values retrieved from Referenced Parameters: TESTS_TO_RUN=Let me choose what tests to run__LESEP__DISPLAY_TEST_NAMES= (unochoice.js, line 148)
          [Log] Calling Java server code to update HTML elements... (unochoice.js, line 154)
          [Log] Values returned from server: [[],[]] (unochoice.js, line 157)
          [Log] Updating values in filter array (unochoice.js, line 185)
          

          Note

          LESEP__DISPLAY_TEST_NAMES=

          efo plo added a comment - - edited Clicking on the other depending parameter TESTS_TO_RUN : 2.289.3: [Log] Cascading changes from parameter TESTS_TO_RUN... (unochoice.js, line 550) [Log] Values retrieved from Referenced Parameters: TESTS_TO_RUN=Let me choose what tests to run__LESEP__DISPLAY_TEST_NAMES=on (unochoice.js, line 148) [Log] Calling Java server code to update HTML elements... (unochoice.js, line 154) [Log] Values returned from server: [[ "ENABLE_SANITIZER" , "TESTS_QUAGGA_MULTICAST" ],[ "ENABLE_SANITIZER" , "TESTS_QUAGGA_MULTICAST" ]] (unochoice.js, line 157) [Log] Updating values in filter array (unochoice.js, line 185) Note LESEP__DISPLAY_TEST_NAMES=on 2.346.1: [Log] Cascading changes from parameter TESTS_TO_RUN... (unochoice.js, line 550) [Log] Values retrieved from Referenced Parameters: TESTS_TO_RUN=Let me choose what tests to run__LESEP__DISPLAY_TEST_NAMES= (unochoice.js, line 148) [Log] Calling Java server code to update HTML elements... (unochoice.js, line 154) [Log] Values returned from server: [[],[]] (unochoice.js, line 157) [Log] Updating values in filter array (unochoice.js, line 185) Note LESEP__DISPLAY_TEST_NAMES=

          Ioannis Moutsatsos added a comment - - edited

          In Jenkins version 2.332.3 and AC v2.6 things still seem to work as expected

          Ioannis Moutsatsos added a comment - - edited In Jenkins version 2.332.3 and AC v2.6 things still seem to work as expected

          efo plo added a comment -

          ioannis Does your AC_CHECKBOX have `referencedParameters` where the referenced parameter is a boolean, and do you click on that parameter checkbox?

          efo plo added a comment - ioannis Does your AC_CHECKBOX have `referencedParameters` where the referenced parameter is a boolean, and do you click on that parameter checkbox?

          eplodn1 No AC_CHECKBOX is a simple AC checkbox parameter referenced by AC_CHECK_REACTIVE. I guess I did not read your code carefully to understand the test harness (I only use AC in freestyle parametrized jobs so the intend was not immediately clear) Sorry, I can retry as you suggest.

          Ioannis Moutsatsos added a comment - eplodn1 No AC_CHECKBOX is a simple AC checkbox parameter referenced by AC_CHECK_REACTIVE. I guess I did not read your code carefully to understand the test harness (I only use AC in freestyle parametrized jobs so the intend was not immediately clear) Sorry, I can retry as you suggest.

            kinow Bruno P. Kinoshita
            eplodn1 efo plo
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: