https://github.com/mathworks/jenkins-matlab-plugin/tree/genscript_advance_button
pls look at the file https://github.com/mathworks/jenkins-matlab-plugin/blob/genscript_advance_button/src/main/resources/com/mathworks/ci/RunMatlabTestsBuilder/config.jelly on line 88 onwards I am not sure where t keep the include jelly file for RunMatlabTestsBuilder action class Regards Nikhil On Friday, 12 August 2022 at 16:35:06 UTC+5:30 [email protected] wrote: > 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/96fef1c9-82da-44cb-a629-34cccea88e49n%40googlegroups.com.
