On Thu, May 30, 2019 at 7:52 AM selva vignesh <[email protected]> wrote: > <st:include> No page found 'sidepanel.jelly' for class > io.jenkins.plugins.sample.BuildAction Exception. > > <st:include it="${it.build}" page="sidepanel.jelly"/>
What is `it` in this case? What type does the `getBuild()` method return? Not sure where you are copying this example from exactly, but if this Jelly file is associated with a `BuildAction`, then that class should have a `getBuild()` method returning a `Run`. -- 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/CANfRfr3v-xkzx5YbAHBbmzL6VZPHz4pgc1Yf8GYD74PUrHhKqw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
