On Mon, May 9, 2022 at 7:13 PM Michael Carter <mikeycarter1...@gmail.com>
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 of the same descriptor.
Descriptors are expected to be instantiated once, typically during load by
processing the @Extension annotation. So I'd check whether you're
instantiating the descriptor somewhere manually, or otherwise messing with
descriptor/extension lists.

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAMo7PtL1Lb1cSDv0Q0HN02zAQAsoX0UyRXkEUMOrajWSecXfMg%40mail.gmail.com.

Reply via email to