Re: Script Security check during descriptor load

2020-07-27 Thread Slide
Hi Basil, Thanks so much for your help! I'll review those items and see what I can do. The Jenkins community is great! Regards, Alex On Mon, Jul 27, 2020, 17:48 Basil Crow wrote: > Hey Alex, > > Coincidentally, I ran across a very similar circular dependency issue > recently in the Copy

Re: Script Security check during descriptor load

2020-07-27 Thread Basil Crow
Hey Alex, Coincidentally, I ran across a very similar circular dependency issue recently in the Copy Artifact plugin (JENKINS-62267 ). On further examination, I also found a similar circular dependency issue in the Folders plugin (JENKINS-60393

Script Security check during descriptor load

2020-07-27 Thread Slide
I am looking into https://issues.jenkins-ci.org/browse/JENKINS-60002 for email-ext. The issue arises when a pre-send script is configured and Jenkins is starting up. This particular code is something that was implemented while I was not the maintainer of the plugin, so I am not as well versed in

Re: Extension: Difference between Singleton and Describable/Descriptor pattern

2020-07-27 Thread Jesse Glick
On Fri, Jul 24, 2020 at 10:52 AM mike cirioli wrote: > Thanks for the description Jesse Sure; want to write up a jenkins.io patch? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails

Re: options timeout does not work with my custom step

2020-07-27 Thread Jesse Glick
On Fri, Jul 24, 2020 at 9:14 AM Nikhil Bhoski wrote: > SynchronousNonBlockingStepExecution works perfectly fine …until you restart Jenkins, at which point your build will fail. So do not do this. > i went through ant plugin code but i could not find the reference of >