Re: Jelly: Why inside doesn't work?

2013-12-19 Thread Jesse Glick
On Thu, Dec 19, 2013 at 4:11 AM, octavian1001 wrote: > class="${rule.getClass().getCanonicalName()}"/> Odd. Try simply (or from="${rule}" if you do not want to set the ${it} variable) -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. T

Re: Jelly: Why inside doesn't work?

2013-12-19 Thread Vivekanand S V
Is it going inside the for loop ? did you try printing the size of *it.rules* and *rule* and see the output, that may give you some clue. On Thu, Dec 19, 2013 at 2:41 PM, octavian1001 wrote: > Hello, > > I have a list of configuration files for 3 build rules. In future will be > more than 3 rul

Jelly: Why inside doesn't work?

2013-12-19 Thread octavian1001
Hello, I have a list of configuration files for 3 build rules. In future will be more than 3 rules, so I want to include the configurations using a forEach like this: But it doesn't work and no error is shown. If I put them one after the other one it works. Is there a solution to t