Let me start off by saying i'm way way over my head here, and apologies if this is the wrong audience for this.
We're using jenkins with a custom built plugin, and that plugin recently broke after an upgrade to 1.591 / 1.601 (could have been before that, I hadn't upgraded beforehand in a few months) THe plugin runs a script to get 1 value for a parameter, and based on the result of that script, a second drop down is populated. The plugin in on github, and everything seems to work perfectly, the drop downs work fine and the first environment variable (read by the second script) is set correctly. HOWEVER, when the build is run, only the first environment variable is visible to the build scripts, not the second. I narrowed it down to this method not being executed https://github.com/tekante/restricted-parameter-list/blob/master/src/main/java/com/phase2technology/jenkins/RestrictedStringDynamicParameterValue.java#L34 Keeping in mind that I can barely spell java, if anyone has recommendations on where to go from here i'd really appreciate it. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/b99ba3af-372e-4e4c-b5d2-108b739890b3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
