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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to