Does anyone know how many files have been changed, added or deleted Hudson source code repository in each build? I would like to examine the results in the same way that the results of the graphite test results show the number of failing and unsuccessful tests for each build.
And like they can give me a starting point, but I'm thinking that there may be a more specific plugin or feature already available.
My SCM system is CVS, but I want a general solution that will work with other SCM systems.
I do not think there are existing plugins that will do this directly.
If it does not need to be specifically tracked for each build (if you are really interested in the change over time ), then I set up I suggest, which tracks daily changes from your build and integrates with the singular Hudson, or that connects directly to your SCM system.
But why not try to write the plugin for Hudson? Looks like something that people might like to imagine as a per-production metric.
Comments
Post a Comment