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 to obtain 
permissions: 
https://github.com/jenkins-infra/repository-permissions-updater/pull/2674

Thanks!

- Rahul

-- 
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/1dbc2759-12e5-4cea-9102-11a847d2a00en%40googlegroups.com.


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
https://javadoc.jenkins.io/plugin/script-security/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SecureGroovyScript.html

May be kept as the value of a field and passed in a DataBoundConstructor
> parameter
>

I have no idea what you are attempting to do, but it will probably not
work, or if it does, not be secure. I would advise not attempting to use
in-process Groovy scripting if you can possibly avoid 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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3A5UtxUV%2B%3Dcw2VAjjmjPkQ1Sx5qfDrBpLHtqspvrCv%3DQ%40mail.gmail.com.


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 it is much more helpful to include a
GitHub URL with a small (minimal), self-contained, reproducible example of
the problem you face.

-- 
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/CANfRfr03%3DT1wphLCfJkRs9JGTXXcPo0mHeUUeNTOS6-hBx_mgA%40mail.gmail.com.


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


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, 
null).configuring(ApprovalContext.create());
body=script.evaluate(cl, binding).toString().replace(",,","");

Please advise how to proceed.

Thanks,
Marit.

-- 
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/bc702ca0-2a91-47b6-a5a1-e0607d4595fcn%40googlegroups.com.