Script-security

2022-07-26 Thread Marit M
Hi, I used script-security plugin in a new developed plugin - https://github.com/jenkinsci/bmc-change-manager-imstm-plugin, but I don't get anything in In-process script approval *BmcDlpBuilder.java:* script = new SecureGroovyScript(groovyScript, false,

Re: Script-security

2022-07-26 Thread 'Daniel Beck' via Jenkins Developers
Are you a Jenkins administrator, whose scripts are automatically approved, while those methods are invoked? -- 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

Adopt cctray-xml plugin

2022-07-26 Thread 'rsomas...@netflix.com' via Jenkins Developers
Hi! I would like to adopt the cctray-xml plugin. Plugin: https://github.com/jenkinsci/cctray-xml-plugin/ Current status: up for adoption The PR I want to deliver: https://github.com/jenkinsci/cctray-xml-plugin/pull/5 My Github username: https://github.com/rahulsom My Jenkins account: rahulsom PR

Re: Action disappears after restart

2022-07-26 Thread 'Jesse Glick' via Jenkins Developers
On Mon, Jul 25, 2022 at 5:38 PM Nozim Islamov < mukhammadnozim.isla...@gmail.com> wrote: > I use transient Run > If by that you mean you have a `transient` field of type `Run` in your `RunAction2`, that is normal and correct, not the source of your issues. In general, for this sort of question

Re: Script-security

2022-07-26 Thread 'Jesse Glick' via Jenkins Developers
https://github.com/jenkinsci/bmc-change-manager-imstm-plugin/blob/929fd09178bb30bce1787fe4844a75fcf6751444/src/main/java/com/bmc/ims/BmcDlpBuilder.java#L445-L447 is not how this API is designed to be used at all. From