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] To: [email protected] At: Oct 31 2013 11:30:17 On Thu, Oct 31, 2013 at 8:51 AM, Kieran Hall <[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]. 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.
