On 07/12/2013 09:41 AM, Kevin Fleming (BLOOMBERG/ 731 LEXIN) wrote:
<st:include "class=hudson.plugins.sshslaves.SSHConnector" page="config.jelly" 
it="${it.connector}"/>

Unfortunately, when this is rendered, Jelly looks for doFillCredentialsIdItems 
(needed for one of the fields in SSHConnector's config.jelly) in *my* 
DescriptorImpl, not
the one in SSHConnector.

Maybe try

<j:set var="descriptor" value="${it.connector.descriptor}"/>

?

--
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