Re: How does dropdownList work and what can affect the descriptorImpl

2022-05-09 Thread Michael Carter
Just to close the loop. Found it. I was using all().get("class") in my code... and for some reason, the Jira plugin was activating it and I was getting duplicates only on the "definition" block of the job page. Switched to ExtensionList.lookupSinglton() and the problem went away. On

Re: How does dropdownList work and what can affect the descriptorImpl

2022-05-09 Thread Michael Carter
So if I run this in the script console and only find one: import jenkins.model.*; List d = Jenkins.instance.getExtensionList(Descriptor.class); for (descriptor in d) { println descriptor } Would that suggest that whatever I've done is only loaded during the "/configure" page load? or is

Re: How does dropdownList work and what can affect the descriptorImpl

2022-05-09 Thread 'Daniel Beck' via Jenkins Developers
On Mon, May 9, 2022 at 7:13 PM Michael Carter wrote: > debug var.: > org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition$DescriptorImpl@72d8eb26 > > debug currDesc: > org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition$DescriptorImpl@6904e8d2 > This means there are two different instances

How does dropdownList work and what can affect the descriptorImpl

2022-05-09 Thread Michael Carter
This is actually related to https://issues.jenkins.io/browse/JENKINS-67055 Something in my own plugin has caused the same issue and I'm trying to track down what I'm doing that's affecting the org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition$DescriptorImpl instance. >From what I can see

[GSoC] looking for mentors for “Plugin Installation Manager Tool Improvement” project

2022-05-09 Thread Jean-Marc Meessen
Hello, We are understaffed to correctly mentor the “Plugin Installation Manager Tool Improvement” GSoC project. It is still time to step forward and join the GSoC 2022 adventure. You will find here: - Project idea

Re: winp maintainer

2022-05-09 Thread Tim Jacomb
Just need Oleg to transfer it On Mon, 9 May 2022 at 11:02, 'jn...@cloudbees.com' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > What do we need to do to formalize this? Is it just a case of a > https://github.com/jenkins-infra/helpdesk ticket or something else? > > Regards >

Re: Next LTS baseline

2022-05-09 Thread 'Daniel Beck' via Jenkins Developers
On Sat, May 7, 2022 at 12:22 AM Mark Waite wrote: > The issues that worried me were: > >- JENKINS-68303 - >Schedule build icon no longer indicates the "scheduled to be built" state >since 2.321 - merged for 2.347 next Tuesday > > … >

Re: winp maintainer

2022-05-09 Thread 'jn...@cloudbees.com' via Jenkins Developers
What do we need to do to formalize this? Is it just a case of a https://github.com/jenkins-infra/helpdesk ticket or something else? Regards /James On Monday, February 14, 2022 at 9:30:21 AM UTC timja...@gmail.com wrote: > Sounds good to move it to Jenkinsci very few usages by the looks of