On Thu, Dec 19, 2013 at 4:11 AM, octavian1001 <[email protected]> wrote:
> <st:include page="config.jelly" 
> class="${rule.getClass().getCanonicalName()}"/>

Odd. Try simply

<st:include page="config.jelly" it="${rule}"/>

(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.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to