Hello Hans, maybe the plotting plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin) or the analysis-core-plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Static+Code+Analysis+Plug-ins) can help you.
Alternatively you can plot using JavaScript and canvas. There are several libraries out there there might help you, including YUI3, to which Jenkins might migrate to at some point (there is already an experimental branch on github). BR, Emanuele Zattin --------------------------------------------------- -I don't have to know an answer. I don't feel frightened by not knowing things; by being lost in a mysterious universe without any purpose — which is the way it really is, as far as I can tell, possibly. It doesn't frighten me.- Richard Feynman On Mon, Jul 16, 2012 at 11:16 AM, Hans Olaf Hågenvik <[email protected]>wrote: > Hi > > I have been asked to develop a hudson-plugin that makes it possible to > plot data generated in a .xml-file on the « ../job/ %job_name% / > %build_number% /testReports» - page. > > I am really new to both hudson and hudson-plugin development, and I wonder > if there already exists a plugin that can do this? > > If not, how do I «connect my code» to this page? What I really ask about > here is where do I define in my code that I want to display my output on > this specific page? > > I have been making some modifications on the measurement-plots-plugin to > make it fit our usage, so I am a little familiar with how that plugin > works; but as mentioned; am I really new to all of this. > > > >
