I would guess that sidepanel doesn't exist for buildaction while it does for project action
Does it work without the include? On Thu, May 30, 2019 at 4:52 AM selva vignesh <[email protected]> wrote: > Hi team, > I have configured one Build action and later time added one more Build > action class and made a old class as pojo class. > Now, i am facing > *<st:include> No page found 'sidepanel.jelly' for class > io.jenkins.plugins.sample.BuildAction* *Exception*. > Even i have configured correctly > can anyone let me know how to fix this issue > > Same Code working for Project Action > > *index.jelly* > > <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout"> > <l:layout> > <st:include it="${it.build}" page="sidepanel.jelly"/> > <l:main-panel> > <h1>${it.displayName}</h1> > <h2>Build #${it.buildNumber}'s Output: ${it.message}</h2> > Build Start Time : ${it.StartTime} > <j:set var="actionDone" value="${it.getDetails()}"/> > <j:forEach var="action" items="${actionDone}"> > <p>${action}</p> > </j:forEach> > </l:main-panel> > </l:layout> > </j:jelly>Facing Error in loading page > > -- > 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/167e00e4-9e5e-4792-8280-464d2107318f%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/167e00e4-9e5e-4792-8280-464d2107318f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAAgr96%2BQiLmWB7Kn3nF-i3gB086hZLn6f0jOft9jEvo1JWj4gg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
