There are many ways to display images that were generated during a build. For starters, take a look at the Jenkins Image Gallery plugin <https://wiki.jenkins-ci.org/display/JENKINS/Image+Gallery+Plugin> or the HTML Publisher plugin <https://wiki.jenkins-ci.org/display/JENKINS/HTML+Publisher+Plugin> that can display a rich HTML report of your build results
On Monday, August 3, 2015 at 3:12:52 AM UTC-4, JoshuadV wrote: > > Hello there, > > ill start right here with an excuse. > Im programming since 2 years now, so you can say im at the very start. > Im doing a practica right now, and my actual work is to write a Jenkins > Plugin. > > Most of the things are working, many Javadoc-Reading and Googling is > needed but most of the things work great. > Now i got the following problem, Google or your forum did not provide a > solution for that yet. > > In my build step I create a Image of a graph (JFreeChart). > When the build is finished I want it to be shown in the Build Summary so i > have an image tag in summary.jelly > > My problem is that the image tag stays empty, and i really tried > everything. Where do I have to save the Image, and how can i access it > then? I tried the workspace, the folder for each build, the webapp folder.. > I tried it with a Static Path and also with a Path that i send to the > jelly through a getter in my action. Nothing works. > > I hope you guys have a solution for me, it would be awful if i cant show > the image :/ btw the image is really created :) > > Thanks in advance, > > Joshua > -- 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/49ac07da-ab0d-411a-b6a5-63860ef39672%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
