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