Re: Displaying Images with Jelly

2012-11-02 Thread LordShacks
>> file is located: < img src="/home/user/Desktop/graph.png"/ > but it still >> does not display the graph. Where do I have to have the graph file located >> so that the index.jelly file can find it? >> >> Many thanks >> >> >> >> >> >> -- >> View this message in context: >> http://jenkins.361315.n4.nabble.com/Displaying-Images-with-Jelly-tp4644335.html >> Sent from the Jenkins dev mailing list archive at Nabble.com. >> > >

Re: Displaying Images with Jelly

2012-11-02 Thread Jesse Glick
On 11/02/2012 08:35 AM, Michael Pailloncy wrote: Is there a wiki page explaining this feature? Not that I know of. Get it working in your plugin and add such a page! Or better yet, make sure (*) the Javadoc for Graph includes all the details you need to know, then link to this Javadoc page [1]

Re: Displaying Images with Jelly

2012-11-02 Thread Michael Pailloncy
Thanks for the tips :-) Is there a wiki page explaining this feature ? Michaël Le 01/11/2012 15:14, Jesse Glick a écrit : On 10/31/2012 04:45 AM, Michaël Pailloncy wrote: add your images to src/main/webapp/images Useless for dynamically generated images. Stapler-bind a hudson.util.Graph fro

Re: Displaying Images with Jelly

2012-11-01 Thread Jesse Glick
On 10/31/2012 04:45 AM, Michaël Pailloncy wrote: add your images to src/main/webapp/images Useless for dynamically generated images. Stapler-bind a hudson.util.Graph from your action so it is accessible from a dynamic URL. ProjectDiskUsageAction [1] [2] is a good example. [1] https://github

Re: Displaying Images with Jelly

2012-10-31 Thread Ulli Hafner
the > file is located: < img src="/home/user/Desktop/graph.png"/ > but it still > does not display the graph. Where do I have to have the graph file located > so that the index.jelly file can find it? > > Many thanks > > > > > > -- > View this message in context: > http://jenkins.361315.n4.nabble.com/Displaying-Images-with-Jelly-tp4644335.html > Sent from the Jenkins dev mailing list archive at Nabble.com. >

Re: Displaying Images with Jelly

2012-10-31 Thread Michaël Pailloncy
ut it still > does not display the graph. Where do I have to have the graph file located > so that the index.jelly file can find it? > > Many thanks > > > > > > -- > View this message in context: > http://jenkins.361315.n4.nabble.com/Displaying-Images-with-Jelly-tp4644335.html > Sent from the Jenkins dev mailing list archive at Nabble.com. >

Displaying Images with Jelly

2012-10-30 Thread LordShacks
do I have to have the graph file located so that the index.jelly file can find it? Many thanks -- View this message in context: http://jenkins.361315.n4.nabble.com/Displaying-Images-with-Jelly-tp4644335.html Sent from the Jenkins dev mailing list archive at Nabble.com.