Hi Hans,
It depends on what your plug-ins does. If your plug-in has a Builder, for example, you could create a report object with the build output (like parsing some XML) and then compare this object with the report from the latest build (if present) and finally decide whether to update the graph or not. I believe it is a common behavior em many plug-ins. Have a look at testng-plugin-plugin or testlink-plugin. HTH Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com >________________________________ > From: Hans Olaf Hågenvik <[email protected]> >To: [email protected] >Sent: Thursday, 19 July 2012 6:30 AM >Subject: How to update graphs > > >Hi > >I wonder what determines when a hudson graph is updated? > >I am trying to plot some xml-data, but if I change the xml-file, I have to >restart my local hudson to get the graphs updated. What can I do to change >this? > > >Hans > > >
