On Fri, Aug 12, 2022 at 12:52 PM Nikhil Bhoski <[email protected]> wrote:
> Hi I am planning to include advanced section in my plugin I am using this > documentation as reference > https://wiki.jenkins.io/display/JENKINS/Jelly-form-controls.html and > used following code in the resources folder and action class folder name > > <f:section title="Advaced Test Run Options" align="left" optional="true"> > <f:advanced title="Test run option" align="left"> > <st:include page="configure-advanced.jelly" /> > </f:advanced> > </f:section> > > I am keeping my configure-advanced.jelly in the same folder as of my > action class next to config.jelly however the page is not getting rendered > on click. where should i keep my include page to get picked in this case > Could you provide a complete example that demonstrates the problem? -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAMo7PtL-XyTWcDJBYgQcFbcDCNMrLFSN74YiJehptajBxASVSA%40mail.gmail.com.
