I would suggest you look at the plot plugin: https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin. If you're writing the time to a file, it should be pretty easy to modify to write to a properties file.
I had a discussion on the list a couple of weeks ago about how to this this plugin up. You can find more details there. On Wed, Aug 6, 2014 at 1:39 PM, Daniel Beck <[email protected]> wrote: > Given the stagnating install counts and the 4 year old initial release > being the only available version, it's unlikely this plugin has many active > users. > > On 06.08.2014, at 20:32, Andrew Pritykin <[email protected]> wrote: > > > Bump. Would has anyone used this plugin? > > > > On Tuesday, August 5, 2014 11:38:19 AM UTC-4, Andrew Pritykin wrote: > > Hi everyone, > > > > I have a JS file that looks to see how long it takes to load a webpage. > Once the page loads it saves the result (time in ms) to a file. After > looking at the Measurements Plugin I see its a extension to the Junit Test > result post build. > > > > currently my script writes to a file "time_load.xml" and writes the > following for example: > > > > <measurement><name>Time (ms)</name><value>11352</value></measurement> > > > > When my build finishes it fails and this is the console output: > > > > Loading time 11352 msec > > Recording test results > > None of the test reports contained any result > > Build step 'Publish JUnit test result report' changed build result to > FAILURE > > Finished: FAILURE > > > > > > Anyone have experience with this plugin or understand how to get this to > work? > > > > https://wiki.jenkins-ci.org/display/JENKINS/Measurement+Plots+Plugin > > > > Thanks, > > Andrew > > > > -- > > You received this message because you are subscribed to the Google > Groups "Jenkins Users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- http://mtu.net/~jpschewe -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
