Or <st:include page="whatever.jelly" it="myProjectModelObject" />
To have the view get the correct object to fetch data from. Robert Sandell Software Tools Engineer - SW Environment and Product Configuration Sony Mobile Communications From: [email protected] [mailto:[email protected]] On Behalf Of Kevin Fleming (BLOOMBERG/ 731 LEXIN) Sent: den 31 oktober 2013 16:41 To: [email protected] Subject: Re: Include jenkins-core *.jelly in Plugin This might also be possible: <st:include page="whatever.jelly" class="hudson.model.AbstractProject" /> This insulates you from filesystem/URL path issues. ----- Original Message ----- From: [email protected]<mailto:[email protected]> To: [email protected]<mailto:[email protected]> At: Oct 31 2013 11:30:17 On Thu, Oct 31, 2013 at 8:51 AM, Kieran Hall <[email protected]<mailto:[email protected]>> wrote: > it would be useful to simply include a jelly script that > exists in the jenkins-core project into my plugin project. <st:include page="/hudson/model/AbstractProject/whatever.jelly"/> -- 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]<mailto:[email protected]>. For more options, visit https://groups.google.com/groups/opt_out. -- 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]<mailto:[email protected]>. For more options, visit https://groups.google.com/groups/opt_out. -- 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.
