hello
In my plugin I'm creating new suppage like http://(...)/jenkins/my-page. I 
want to present there, among other things, list of nodes in slightly 
changed form.
By now I copied file executors.jelly (I will be changing it later) to my 
project and in index.jelly page I put code:
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler"
    xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson"
    xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:u="/util">
    <td><st:include page="executors.jelly" /></td>
<l:ajax>
<td><st:include page="executors.jelly" /></td>
</l:ajax>
</j:jelly>
I see running build, it's name and I can get URL adress, but I don't see 
its progress bar. Does anyone have an idea why? Please help me.
p.s. If "include page" is outside ajax I see "Unknown Task" instead of 
build name/link

-- 
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/4bc3d015-ab3e-426a-abed-7369d7d10295%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to