Using python scripts from scriptler?

2015-02-17 Thread Wojciech Korzenny
Hi, Do you know if exists/existed any plugin for jenkins that allows writing scripts for scriptler in Python instead of groovy which seems to be the only option? W. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: Disabling/enabling parameters basing on value from the other parameter

2015-02-11 Thread Wojciech Korzenny
;t work as expected. Is there anything what I'm missing? W. I'm attaching config.xml file related with jenkins job where I want to use W dniu środa, 11 lutego 2015 13:13:24 UTC+1 użytkownik Wojciech Korzenny napisał: > > This is how I understood it on the very beginning but

Re: Disabling/enabling parameters basing on value from the other parameter

2015-02-11 Thread Wojciech Korzenny
ewhere from jenkins webconsole like in "Manage jenkins"? Sorry if my questions are infantile but I'm not familiar with such hacking jenkins :) W. W dniu środa, 11 lutego 2015 12:38:54 UTC+1 użytkownik maciej napisał: > > W dniu 2015-02-11 o 12:25, Wojciech Korzenny pisze: &g

Re: Disabling/enabling parameters basing on value from the other parameter

2015-02-11 Thread Wojciech Korzenny
during job Configuration? Thanks in advance. W. W dniu środa, 11 lutego 2015 09:06:52 UTC+1 użytkownik maciej napisał: > > 2015-02-11 at 08:53, Wojciech Korzenny wrote: > > Hi. > > I'm trying to configure job in Jenkins with some list of parameters. > I'd like

Disabling/enabling parameters basing on value from the other parameter

2015-02-10 Thread Wojciech Korzenny
Hi. I'm trying to configure job in Jenkins with some list of parameters. I'd like have some PARAMETER_X which turns to read-only (or disappeared at all) when PARAMETER_Y (simple choice parameter or choice parameter supplied by Scriptler) has value XYZ, otherwise PARAMETER_X is read-write (str

Re: Parmater's dynamic description

2015-02-05 Thread Wojciech Korzenny
Any idea? Anyone? W dniu wtorek, 20 stycznia 2015 15:18:42 UTC+1 użytkownik Wojciech Korzenny napisał: > > Hi, > > I'm wondering if it's possible to dynamically inject some script output > into description of Choice/String Parameter? > > I'd like to use fo

Parmater's dynamic description

2015-01-20 Thread Wojciech Korzenny
Hi, I'm wondering if it's possible to dynamically inject some script output into description of Choice/String Parameter? I'd like to use for example groovy script which return some value (list, scalar, whatever) and put it to description of Choice Parameter. For example it displays current