webartoli / hudson-tray-tracker

Automatically exported from code.google.com/p/hudson-tray-tracker
0 stars 0 forks source link

Provide a hudson/jenkins plug-in to get the information instead of the generic XML API #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now the application uses the xml api to request information for a project.

This file can pretty big, in my case 80 kb, which means our hudson install is 
serving 2.3 GB of data each day, and that is with only ~8 program installs.

I suggest you create a hudson/jenkins plugin which uses the hudson java model 
to pull the information needed by the application and exposing that as xml. 

That file should be much smaller, and should lighten the load significantly. 
And faster for the application to parse

Original issue reported on code.google.com by hen...@hlyh.dk on 7 May 2011 at 5:29