I'm looking at a case where want to contain complexity, and we have tools that can report # of methods, # of methods exceeding a complexity bound for buckets of source code.
And we can obviously combine those for density. (e.g. $expr) Would like to see something that can apply health thresholds over time for containment, to make sure code isn't getting more complex over time, or that count of complex methods isn't increasing. The static analysis plugins have a health threshold concept that should obviously be applicable in this situation (maybe add float support?) The number could be gotten from a file or console with some search pattern. E.g. metrics.txt measure_abc:1245 meausre_xyz:3.246 In shell scripts I usually use grep and cut to pull out data, but if I have to make a unique file per number that is fine too... Anything like that in existence that anyone knows about? -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.